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

Shows if the delete access can be enabled for the object type

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

Syntax

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

Parameters

oType
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
The object type

Return Value

true if the delete access can be enabled for this object type

See Also