Class TranslationStudioDefaultContextMenus.FilesContextMenuLocation
The location of the Files context menu from the Files View.
Inherited Members
Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiPresentationDefaultLocations
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public sealed class TranslationStudioDefaultContextMenus.FilesContextMenuLocation : AbstractLocation
Constructors
FilesContextMenuLocation()
Declaration
public FilesContextMenuLocation()
Properties
InsertAfter
The name of the context menu item after which the current item should appear
Declaration
public override string InsertAfter { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertAfter
InsertBefore
The name of the context menu item before which the current item should appear
Declaration
public override string InsertBefore { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.InsertBefore
Path
The path to the editor context menu location
Declaration
public override string Path { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.Path
TargetAttributeType
The target extension attribute type
Declaration
public override Type TargetAttributeType { get; }
Property Value
Type | Description |
---|---|
Type |
Overrides
Sdl.Desktop.IntegrationApi.Extensions.Internal.AbstractLocation.TargetAttributeType
Remarks
Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.