Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URL of the folder into which the item associated with the copy destination is copied.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FolderUrl As String
Get
'Usage
Dim instance As SPCopyDestination
Dim value As String
value = instance.FolderUrl
public string FolderUrl { get; }
Property value
Type: System.String
A string that represents the URL.