Click or drag to resize
DeploymentParameters Class
Deployment parameters object
Inheritance Hierarchy
SystemObject
  CMS.UIControls.InternalDeploymentParameters

Namespace: CMS.UIControls.Internal
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public class DeploymentParameters

The DeploymentParameters type exposes the following members.

Constructors
  NameDescription
Public methodDeploymentParameters
Top
Properties
  NameDescription
Public propertySaveAlternativeFormLayout
Indicates whether Alternative form layout should be processed
Public propertySaveCss
Indicates whether CSS StyleSheets should be processed
Public propertySaveFormLayout
Indicates whether Form layout should be processed
Public propertySaveLayout
Indicates whether Layouts should be processed
Public propertySavePageTemplate
Indicates whether Page templates should be processed
Public propertySaveTransformation
Indicates whether Transformations should be processed
Public propertySaveWebPartContainer
Indicates whether Web part container should be processed
Public propertySaveWebPartLayout
Indicates whether Web part layout should be processed
Top
Remarks
This class is not indented to be used in custom code.
See Also