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 | |
---|---|---|
SPVssComponentDefinition(Guid, String, String, String, String) | Initializes a new instance of the SPVssComponentDefinition class. | |
SPVssComponentDefinition(Guid, String, String, String, String, String) | Initializes a new instance of the SPVssComponentDefinition class. |
Top
Properties
Name | Description | |
---|---|---|
ComponentName | Gets the name of the component that is reported to the SharePoint VSS Writer service. | |
DependencyPath | Gets the path to the custom VSS writer that you create to make shadow copies of your custom non-database content component. | |
Description | Gets the description of the component that is reported to the SharePoint VSS Writer service. | |
Path | Gets the path to the component that is reported to the SharePoint VSS Writer service. | |
ServerName | The name of the server that hosts the component. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top