Class TranslationStudioDefaultContextMenus.FilesContextMenuLocation
The location of the Files context menu from the Files View.
Inheritance
Object
TranslationStudioDefaultContextMenus.FilesContextMenuLocation
Implements
ILocation
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public sealed class FilesContextMenuLocation
Constructors
FilesContextMenuLocation()
Declaration
public FilesContextMenuLocation()
Properties
InsertAfter
The name of the context menu item after which the current item should appear
Declaration
public string InsertAfter { get; }
Property Value
Type | Description |
---|---|
String |
InsertBefore
The name of the context menu item before which the current item should appear
Declaration
public string InsertBefore { get; }
Property Value
Type | Description |
---|---|
String |
IsSeparator
Marks the location as a separator - not used
Declaration
public bool IsSeparator { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Path
The path to the editor context menu location
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
String |
TargetAttributeType
The target extension attribute type
Declaration
public Type TargetAttributeType { get; }
Property Value
Type | Description |
---|---|
Type |
Remarks
Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.
ZIndex
Order of the ribbon tab - not used
Declaration
public uint ZIndex { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
Implements
Sdl.Platform.Interfaces.CommandBars.ILocation