[This is preliminary documentation and is subject to change.]
Gets the folder/document properties as an abbreviated string.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
protected string GetAttributeString( Object read, Object write, Object append, Object delete ) |
Visual Basic (Declaration) |
---|
Protected Function GetAttributeString ( _ read As Object, _ write As Object, _ append As Object, _ delete As Object _ ) As String |
Visual C++ |
---|
protected: String^ GetAttributeString( Object^ read, Object^ write, Object^ append, Object^ delete ) |
Parameters
- read
- Type: System..::.Object
Object representing the read permission.
- write
- Type: System..::.Object
Object representing the write permission.
- append
- Type: System..::.Object
Object representing the append permission.
- delete
- Type: System..::.Object
Object representing the delete permission.