DeploymentObject Class
IIS 7.0
Provides properties and methods for a deployment object.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentObject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AbsolutePath | Gets the absolute path of the underlying deployment object. |
![]() | Attributes | Gets a DeploymentAttributeCollection instance that contains the attributes of the deployment object. |
![]() | BaseContext | Gets the DeploymentBaseContext associated with the current object. |
![]() | IsValid | |
![]() | KeyAttribute | Gets the DeploymentAttribute used as the key in the current deployment object. |
![]() | Kind | |
![]() | LinkName | Gets the link name of the current DeploymentObject instance. |
![]() | Name | Gets the name of the current DeploymentObject instance. |
![]() | Parent | Gets the parent DeploymentObject of the current DeploymentObject instance. |
![]() | ProviderContext | Gets the DeploymentProviderContext associated with the current object. |
![]() | StreamRelativeFilePath | Gets a string that contains the stream relative file path associated with the current object. |
![]() | Summary | |
![]() | SyncParameters |
| Name | Description | |
|---|---|---|
![]() | Dispose | Releases resources used by the current DeploymentObject instance. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetChildren | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetStream | |
![]() | GetType | (Inherited from Object.) |
![]() | Invoke | Executes a named DeploymentMethod from the DeploymentManager. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SyncTo(DeploymentBaseOptions, DeploymentSyncOptions) | Synchronizes the current DeploymentObject instance by using the base options and synchronization options specified. |
![]() | SyncTo(DeploymentProviderOptions, DeploymentBaseOptions, DeploymentSyncOptions) | Synchronizes the current DeploymentObject instance by using the provider options, base options and synchronization options specified. |
![]() | SyncTo(String, String, DeploymentBaseOptions, DeploymentSyncOptions) | Synchronizes the current DeploymentObject instance by using the factory name, path, base options and synchronization options specified. |
![]() | SyncTo(DeploymentWellKnownProvider, String, DeploymentBaseOptions, DeploymentSyncOptions) | Synchronizes the current DeploymentObject instance by using the well-known provider name, path, base options and synchronization options specified. |
![]() | ToString | (Inherited from Object.) |
Show:
