[This is preliminary documentation and is subject to change.]
Shows if the read access can be enabled for a particular object type
Namespace:
OfficeClip.BusinessLayerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public static bool EnabledAccessRead( BusinessConstants..::.ObjectType oType ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function EnabledAccessRead ( _ oType As BusinessConstants..::.ObjectType _ ) As Boolean |
| Visual C++ |
|---|
public: static bool EnabledAccessRead( BusinessConstants..::.ObjectType oType ) |
Parameters
- oType
- Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
The object type
