1 out of 1 rated this helpful - Rate this topic

DeploymentObject Class

IIS 7.0

Provides properties and methods for a deployment object.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentObject

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
public sealed class DeploymentObject : IDisposable

The DeploymentObject type exposes the following members.

  Name Description
Public property AbsolutePath Gets the absolute path of the underlying deployment object.
Public property Attributes Gets a DeploymentAttributeCollection instance that contains the attributes of the deployment object.
Public property BaseContext Gets the DeploymentBaseContext associated with the current object.
Public property IsValid
Public property KeyAttribute Gets the DeploymentAttribute used as the key in the current deployment object.
Public property Kind
Public property LinkName Gets the link name of the current DeploymentObject instance.
Public property Name Gets the name of the current DeploymentObject instance.
Public property Parent Gets the parent DeploymentObject of the current DeploymentObject instance.
Public property ProviderContext Gets the DeploymentProviderContext associated with the current object.
Public property StreamRelativeFilePath Gets a string that contains the stream relative file path associated with the current object.
Public property Summary
Public property SyncParameters
Top
  Name Description
Public method Dispose Releases resources used by the current DeploymentObject instance.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChildren
Public method GetHashCode (Inherited from Object.)
Public method GetStream
Public method GetType (Inherited from Object.)
Public method Invoke Executes a named DeploymentMethod from the DeploymentManager.
Protected method MemberwiseClone (Inherited from Object.)
Public method SyncTo(DeploymentBaseOptions, DeploymentSyncOptions) Synchronizes the current DeploymentObject instance by using the base options and synchronization options specified.
Public method SyncTo(DeploymentProviderOptions, DeploymentBaseOptions, DeploymentSyncOptions) Synchronizes the current DeploymentObject instance by using the provider options, base options and synchronization options specified.
Public method SyncTo(String, String, DeploymentBaseOptions, DeploymentSyncOptions) Synchronizes the current DeploymentObject instance by using the factory name, path, base options and synchronization options specified.
Public method SyncTo(DeploymentWellKnownProvider, String, DeploymentBaseOptions, DeploymentSyncOptions) Synchronizes the current DeploymentObject instance by using the well-known provider name, path, base options and synchronization options specified.
Public method ToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)