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

Shows if the write access can be enabled for a particular object type.

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

Syntax

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

Parameters

oType
BusinessConstants..::ObjectType
The object type.

Return Value

true if the write access can be enable for the object type.

See Also