Class FileTypeCreator
FileTypeCreator - used during the creation process of a new file type flavour
Inherited Members
Namespace: Sdl.FileTypeSupport .Framework.IntegrationApi .Implementation
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 |
---|---|
Localizable |
TemplateComponentBuilder
Component builder used for creation of this new FileType
Declaration
public virtual IFileTypeComponentBuilder TemplateComponentBuilder { get; }
Property Value
Type | Description |
---|---|
IFile |
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 |
---|---|---|
ISettings |
settingsBundle | settings bundle |
Returns
Type | Description |
---|---|
IEnumerable<File |
wizard pages |