DocumentId Members
Include Protected Members
Include Inherited Members
Represents a Document ID.
The DocumentId type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocumentId | Initializes a new instance of the DocumentId object. |
Top
Methods
Name | Description | |
---|---|---|
EnableAssignment(SPSite, Boolean) | Enables or disables the ability to assign DocumentId to a SPSite object. | |
EnableAssignment(SPSite, Boolean, Boolean, Boolean) | Enables or disables DocumentId objects assigned on a SPSite site. | |
EnableAssignment(SPSite, String, Boolean, Boolean, Boolean, Boolean) | Enables or disables the assignment of DocumentId objects on the specified SPSite object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindUrlById | Finds the URL of a document with the specified DocumentId value and versionLabel parameter value. | |
FindUrlsById | Finds the URLs of a document and all of its versions with a specified Id. | |
GetHashCode | (Inherited from Object.) | |
GetProvider | Gets the value of the DocumentIdProvider object for a specified SPSite object. | |
GetType | (Inherited from Object.) | |
IsAssignmentEnabled(SPSite) | Determines whether the DocumentId object assignment is enabled on a SPSite object. | |
IsAssignmentEnabled(SPWeb) | Checks whether the ability to assign DocumentId object values is enabled on a SPWeb object. | |
IsFeatureEnabled | Gets the feature status in the specified SPSite collection. | |
MemberwiseClone | (Inherited from Object.) | |
SetDefaultProvider | Resets the DocumentIdProvider value of a SPSite to its default value. | |
SetProvider | Sets a new DocumentIdProvider value for the specified SPSite object. | |
ToString | (Inherited from Object.) |
Top