Tests if the specified custom security operation is allowed.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsCustomSecurityAllowed(
	string customString
)
Visual Basic
Public Function IsCustomSecurityAllowed ( _
	customString As String _
) As Boolean
JScript
public function IsCustomSecurityAllowed(
	customString : String
) : boolean

Parameters

customString
Type: System..::..String
A custom security string.

Return Value

True if the specified custom security operation is allowed, false otherwise.

See Also