Click or drag to resize
DocumentWizardStep Class
Document wizard step
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractSimpleDataContainerDocumentWizardStep
    CMS.BaseAbstractDataContainerDocumentWizardStep
      CMS.PortalEngine.Web.UIDocumentWizardStep

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class DocumentWizardStep : AbstractDataContainer<DocumentWizardStep>

The DocumentWizardStep type exposes the following members.

Constructors
  NameDescription
Public methodDocumentWizardStep
Top
Properties
Methods
  NameDescription
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.)
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumns
Register columns
(Overrides AbstractSimpleDataContainerTObjectRegisterColumns.)
Public methodSetValue
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.)
Top
See Also