[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)
Version: 8.1.1.0

Syntax

C#
public static bool IsSecurityObjectType(
	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
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
The type pf the object

Return Value

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

See Also