SPCopyDestination Members
Include Protected Members
Include Inherited Members
Represents a copy destination for a document on a SharePoint Web site.
The SPCopyDestination type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Collection | Gets the collection of copy destinations associated with a document. |
![]() |
Comment | If the copy destination requires check out, gets or sets a check-in comment for the new version. |
![]() |
CreatedBy | Gets the user ID of the user who created the document. |
![]() |
FolderUrl | Gets the URL of the folder into which the item associated with the copy destination is copied. |
![]() |
Id | Gets the GUID of the SPCopyDestination object. |
![]() |
LeafName | Gets the file name used when copying to the copy destination, usually the same name as the source file. |
![]() |
ModifiedBy | Gets the user ID of the user who last modified the SPCopyDestination object. |
![]() |
Type | Gets or sets the way that the update prompt is displayed when managing the copy destination. |
![]() |
Url | Gets or sets the full URL of the copy destination. |
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