DeploymentManifestObject Class

Definition

Provides properties that define a deployment manifest object.

public ref class DeploymentManifestObject
public class DeploymentManifestObject
type DeploymentManifestObject = class
Public Class DeploymentManifestObject
Inheritance
DeploymentManifestObject

Constructors

DeploymentManifestObject(DeploymentProviderContext, String)

Creates an instance of the DeploymentManifestObject object.

DeploymentManifestObject(String)

Creates an instance of the DeploymentManifestObject object.

Properties

Attributes

Gets the collection of Microsoft.Web.Deployment.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.

Applies to