Interface IIndexPermissions
Namespace: Sdl.MultiTerm.TMO.Interop
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("B960E41C-1B46-4A58-BDBC-BA05F80AB96D")]
public interface IIndexPermissions
Properties
Label
Declaration
string Label { get; }
Property Value
Type | Description |
---|---|
System.String |
Read
Declaration
bool Read { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remove
Declaration
bool Remove { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Write
Declaration
bool Write { get; }
Property Value
Type | Description |
---|---|
System.Boolean |