SandboxRulesIsResultAllowed Method |
Determines if access to a particular type of result is allowed.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic bool IsResultAllowed(
Type type
)
Public Function IsResultAllowed (
type As Type
) As Boolean
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