[This is preliminary documentation and is subject to change.]
Sets the access permission for the task
Namespace:
OfficeClip.BusinessLayer.DesktopAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void SetAccess( bool isRead, bool isWrite, bool isAppend, bool isDelete ) |
Visual Basic (Declaration) |
---|
Public Sub SetAccess ( _ isRead As Boolean, _ isWrite As Boolean, _ isAppend As Boolean, _ isDelete As Boolean _ ) |
Visual C++ |
---|
public: void SetAccess( bool isRead, bool isWrite, bool isAppend, bool isDelete ) |
Parameters
- isRead
- Type: System..::.Boolean
The read permission
- isWrite
- Type: System..::.Boolean
The write permission
- isAppend
- Type: System..::.Boolean
The append permission
- isDelete
- Type: System..::.Boolean
The delete permission