Interface IFileTypeDefinitionConfiguringControl
Used by the Configuration Wizard to save the state of a control
Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IFileTypeDefinitionConfiguringControl
Properties
FileTypeDefintionId
Sets the FileTypeDefinitionId for use with underlying settings implementation
Declaration
FileTypeDefinitionId FileTypeDefintionId { set; }
Property Value
Type | Description |
---|---|
FileTypeDefinitionId |
Methods
Save()
Saves the control's state to the underlying settings implementation
Declaration
bool Save()
Returns
Type | Description |
---|---|
System.Boolean | true if successful, false otherwise |