Class TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation
The location of the Advanced ribbon tab from the Editor View.
Inheritance
System.Object
    
    TranslationStudioDefaultRibbonTabs.EditorAdvancedRibbonTabLocation
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public sealed class EditorAdvancedRibbonTabLocation : AbstractLocationConstructors
EditorAdvancedRibbonTabLocation()
Declaration
public EditorAdvancedRibbonTabLocation()Properties
InsertAfter
The ribbon group which is after
Declaration
public override string InsertAfter { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
InsertBefore
The ribbon group which is before
Declaration
public override string InsertBefore { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
Path
The path to the home tab location
Declaration
public override string Path { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
TargetAttributeType
The target extension attribute type
Declaration
public override Type TargetAttributeType { get; }Property Value
| Type | Description | 
|---|---|
| System.Type | 
Overrides
Remarks
Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.