DeploymentManifestObject Class
IIS 7.0
Provides properties that define a deployment manifest object.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentManifestObject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentManifestObject(String) | Creates an instance of the DeploymentManifestObject object. |
![]() | DeploymentManifestObject(DeploymentProviderContext, String) | Creates an instance of the DeploymentManifestObject object. |
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the collection of DeploymentAttribute objects associated with the current object. |
![]() | ChildObjects | Getss the collection of child DeploymentManifestObject instances for the current object. |
![]() | KeyAttribute | Gets or sets the attribute that represents the key for the current object. |
![]() | Kind | |
![]() | LinkName | Gets or sets the name used to link a child object to the parent. |
![]() | Name | Gets the name of the deployment manifest provider object. |
![]() | ObjectResolver | Gets or sets a DeploymentObjectResolver used by this manifest object to |
![]() | ProviderContext | Gets the DeploymentProviderContext that can be used to get context of the deployment provider. |
![]() | StreamRelativeFilePath | Gets or sets the path to the stream relative file path. |
Show:
