Class DocumentFilterEventArgs
Inherited Members
Namespace: SdlSdl.TranslationStudioAutomationIntegrationApi
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class DocumentFilterEventArgs : EventArgs
Properties
DisplayFilter
Get the active Display Filter
The result will be null if the filter that has been applied on the document is derived from the internal provider. This should permit the developer to differentiate between the internal system filter provider and their own implementation and/or multiple implementations of the interface.
Declaration
public IDisplayFilter DisplayFilter { get; set; }
Property Value
Type | Description |
---|---|
IDisplayFilter |
FilteredSegmentPairsCount
The filtered document segment pairs count
Declaration
public int FilteredSegmentPairsCount { get; set; }
Property Value
Type | Description |
---|---|
int |
TotalSegmentPairsCount
The total document segment pairs count
Declaration
public int TotalSegmentPairsCount { get; set; }
Property Value
Type | Description |
---|---|
int |