Click or drag to resize
DeploymentManager Class
DeploymentManager contains deployment methods for virtual objects (Deployment, Source-control and Compilation test)
Inheritance Hierarchy
SystemObject
  CMS.UIControls.InternalDeploymentManager

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

The DeploymentManager type exposes the following members.

Constructors
  NameDescription
Public methodDeploymentManager
Constructor
Top
Methods
  NameDescription
Public methodCompileVirtualObjects
Does the test of the given object
Public methodDeploy
Does the deployment of the given object
Public methodSaveExternally
Does the deployment of the given object
Public methodSynchronize
Synchronize virtual object in source control mode
Top
Events
  NameDescription
Public eventError
Occurs when the some underlying action failed and error message should be displayed
Public eventLog
Occurs when the info message should be displayed
Top
Remarks
This class is not indented to be used in custom code.
See Also