SPCopyDestination.Url 属性

获取或设置复制目标的完整 URL。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property Url As String
    Get
    Set
用法
Dim instance As SPCopyDestination
Dim value As String

value = instance.Url

instance.Url = value
public string Url { get; set; }

属性值

类型:System.String
一个代表的 URL 的字符串。

备注

使用FolderUrl属性获取文档名称不在目标文件夹的 URL。使用LeafName属性获取的文档名称。

另请参阅

引用

SPCopyDestination 类

SPCopyDestination 成员

Microsoft.SharePoint 命名空间