[This is preliminary documentation and is subject to change.]

Get the value of a single role.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static bool IsAllowed(
	AccessFunction af
)
Visual Basic (Declaration)
Public Shared Function IsAllowed ( _
	af As AccessFunction _
) As Boolean
Visual C++
public:
static bool IsAllowed(
	AccessFunction af
)

Parameters

af
Type: OfficeClip.Utils..::.AccessFunction
The access function for which the access is to be determined.

Return Value

true if the function has the access false otherwise.

See Also