SPVssComponentDefinition Members

Include Protected Members
Include Inherited Members

Provides information about a custom, non-database, SharePoint Foundation content component to the SharePoint VSS Writer service.

The SPVssComponentDefinition type exposes the following members.

Constructors

  Name Description
Public method SPVssComponentDefinition(Guid, String, String, String, String) Initializes a new instance of the SPVssComponentDefinition class.
Public method SPVssComponentDefinition(Guid, String, String, String, String, String) Initializes a new instance of the SPVssComponentDefinition class.

Top

Properties

  Name Description
Public property ComponentName Gets the name of the component that is reported to the SharePoint VSS Writer service.
Public property DependencyPath Gets the path to the custom VSS writer that you create to make shadow copies of your custom non-database content component.
Public property Description Gets the description of the component that is reported to the SharePoint VSS Writer service.
Public property Path Gets the path to the component that is reported to the SharePoint VSS Writer service.
Public property ServerName The name of the server that hosts the component.
Public property WriterId The ID of the custom VSS writer that you create to make shadow copies of your custom non-database content component.

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

SPVssComponentDefinition Class

Microsoft.SharePoint.Administration.Backup Namespace