Interface IIndexesPermissions
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("3AB57A8E-2169-426D-92D7-05C1E80D8710")]
public interface IIndexesPermissions : IEnumerable
Properties
Count
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Item[Object]
Declaration
IndexPermissions this[object Index] { get; }
Parameters
Type |
Name |
Description |
System.Object |
Index |
|
Property Value
ReadIndexes
Declaration
string ReadIndexes { get; }
Property Value
Type |
Description |
System.String |
|
WriteIndexes
Declaration
string WriteIndexes { get; }
Property Value
Type |
Description |
System.String |
|
Methods
GetEnumerator()
Declaration
IEnumerator GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|