Share via


ContentDeploymentSourceError members

Contains error information for a content deployment source that results from a content deployment source status check.

The ContentDeploymentSourceError type exposes the following members.

Constructors

  Name Description
Public method ContentDeploymentSourceError() Initializes a new instance of a ContentDeploymentSourceError object.
Public method ContentDeploymentSourceError(SPSite, SPWeb, ContentDeploymentSourceErrorType) Initializes a new instance of a ContentDeploymentSourceError objectbased on the specified parameters. .
Public method ContentDeploymentSourceError(SPSite, SPWeb, ContentDeploymentSourceErrorType, Guid, String, Boolean) Initializes a new instance of a ContentDeploymentSourceError object based on the specified parameters.

Top

Properties

  Name Description
Public property Error Gets the error type.
Public property FeatureDisplayName Gets a string representation of a feature or an application display name.
Public property FeatureId Gets a unique ID for the feature or application instance.
Public property IsFeatureHidden Gets a Boolean value that indicates whether the feature is hidden.
Public property IsWebScope Indicates whether the feature is installed in the web scope.
Public property SiteId Gets a unique ID for the site collection.
Public property Title Gets the title of the web or the site.
Public property Url Gets the URL of the site or the web.
Public property WebId Gets the unique ID of the web.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ContentDeploymentSourceError class

Microsoft.SharePoint.Publishing.Administration namespace