Interface IFileProperties
Information on an original file in a document.
A document can consist of multiple files that have been merged together.
Inherited Members
System.ICloneable.Clone()
Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IFileProperties : ICloneable
Properties
Comments
Notes/comments that are relevant to the file (as opposed to for individual ParagraphUnits)
Declaration
ICommentProperties Comments { get; set; }
Property Value
Type | Description |
---|---|
ICommentProperties |
FileConversionProperties
The file properties that are embedded within the bilingual document
Declaration
IPersistentFileConversionProperties FileConversionProperties { get; set; }
Property Value
Type | Description |
---|---|
IPersistentFileConversionProperties |
Methods
IsEndOfFileSection()
Determines whether this FileProperties represents the end file section of a sub-content file with multiple sections If this is a non-sub content file, will always return true.
Declaration
bool IsEndOfFileSection()
Returns
Type | Description |
---|---|
System.Boolean |
IsStartOfFileSection()
Determines whether this FileProperties represents the start file section of a sub-content file with multiple sections If this is a non-sub content file, will always return true.
Declaration
bool IsStartOfFileSection()
Returns
Type | Description |
---|---|
System.Boolean |