Interface IBilingualDocumentOutputPropertiesAware
Implement this interface to retrieve information on the bilingual document output (e.g. SDL XLIFF), and have the ability to suggest a file name when a bilingual document is about to be created.
Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IBilingualDocumentOutputPropertiesAware
Methods
GetProposedFileInfo(IDocumentProperties, IOutputFileInfo)
Called by the framework to collect input for the name of the intermediate bilingual document file to be generated.
Declaration
void GetProposedFileInfo(IDocumentProperties documentInfo, IOutputFileInfo proposedFileInfo)
Parameters
Type | Name | Description |
---|---|---|
IDocumentProperties | documentInfo | |
IOutputFileInfo | proposedFileInfo | Proposed filename and other output file properties. The implementation may modify this to propose different output properties. |
SetOutputProperties(IBilingualDocumentOutputProperties)
Called by the framework to communicate the output properties before processing starts.
Declaration
void SetOutputProperties(IBilingualDocumentOutputProperties outputProperties)
Parameters
Type | Name | Description |
---|---|---|
IBilingualDocumentOutputProperties | outputProperties |