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

Returns if the object is associated with the security type

Namespace: OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer.dll)
Version: 7.3.2.0

Syntax

C#
public static bool IsSecurityObjectType(
	BusinessConstants.BusinessConstants..::ObjectType ot
)
Visual Basic (Declaration)
Public Shared Function IsSecurityObjectType ( _
	ot As BusinessConstants..::ObjectType _
) As Boolean
Visual C++
public:
static bool IsSecurityObjectType (
	BusinessConstants..::ObjectType ot
)

Parameters

ot
BusinessConstants..::ObjectType
The type pf the object

Return Value

true if the object has security type associated with it, false otherwise

See Also