Class FileTypeCreator
FileTypeCreator - used during the creation process of a new file type flavour
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApiImplementation
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public class FileTypeCreator : AbstractFileTypeDefinitionComponent, IFileTypeCreator, IFileTypeDefinitionAware
Constructors
FileTypeCreator()
Declaration
public FileTypeCreator()
Properties
Description
A description of the file type that will be created by the IFileTypeCreator.
Declaration
public virtual LocalizableString Description { get; set; }
Property Value
Type | Description |
---|---|
LocalizableString |
TemplateComponentBuilder
Component builder used for creation of this new FileType
Declaration
public virtual IFileTypeComponentBuilder TemplateComponentBuilder { get; }
Property Value
Type | Description |
---|---|
IFileTypeComponentBuilder |
Methods
CreateWizardPages(ISettingsBundle)
Creates the wizard pages to configure the new file type.
Declaration
public virtual IEnumerable<FileTypeCreatorWizardPage> CreateWizardPages(ISettingsBundle settingsBundle)
Parameters
Type | Name | Description |
---|---|---|
ISettingsBundle | settingsBundle | settings bundle |
Returns
Type | Description |
---|---|
IEnumerableFileTypeCreatorWizardPage | wizard pages |