Click or drag to resize

SandboxRulesIsResultAllowed Method

Determines if access to a particular type of result is allowed.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public bool IsResultAllowed(
	Type type
)

Parameters

type  Type
Determine if access to this type of result is allowed.

Return Value

Boolean
true: a result of this type is allowed.
Remarks
The rule for allowing a result type is the same a IsTypeAllowed(Type) except that the type doesn't need to be public.
Example
See Also