Class FileTypeCreatorWizardPage
A wizard page data object. Used by the FileType Configuration implementation to hold the data required for the construction of the Wizard page
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public class FileTypeCreatorWizardPage
Constructors
FileTypeCreatorWizardPage(string, string, string, string, IFileTypeDefinitionConfiguringControl)
Constructor for Wizard Page data object
Declaration
public FileTypeCreatorWizardPage(string id, string name, string description, string helpTopic, IFileTypeDefinitionConfiguringControl control)
Parameters
Type | Name | Description |
---|---|---|
string | id | ID of Wizard Page |
string | name | Name of Wizard Page |
string | description | Description of Wizard Page |
string | helpTopic | Help Topic for Wizard Page |
IFileTypeDefinitionConfiguringControl | control | Control which Wizard page will host |
Properties
Control
Control which Wizard page will host
Declaration
public IFileTypeDefinitionConfiguringControl Control { get; }
Property Value
Type | Description |
---|---|
IFileTypeDefinitionConfiguringControl |
Description
Description of Wizard page
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
HelpTopic
Help Topic for Wizard page
Declaration
public string HelpTopic { get; }
Property Value
Type | Description |
---|---|
string |
Id
Id of Wizard page
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Name
Name of Wizard page
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |