Interface IFileTypeDefinitionAware
This interface is implemented by components that are instantiated through a file type definition. The framework sets the FileTypeDefinition property when a component is instantiated using a file type definition.
Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IFileTypeDefinitionAware
Remarks
API clients can use this interface to determine which file type definition (if any) was used to instantiate a specific component.
Properties
FileTypeDefinition
The framework sets this property for components that are instantiated from a file type definition.
Declaration
IFileTypeDefinition FileTypeDefinition { get; set; }
Property Value
Type | Description |
---|---|
IFileTypeDefinition |
Remarks
This property may be null
, e.g. if the
component is not instantiated from a file type definition.