SPCopyDestinationCollection.Add 方法
添加到复制目标对象的集合由指定的 URL、 目标类型和注释表示复制目标。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function Add ( _
url As String, _
type As SPCopyDestinationType, _
comment As String _
) As SPCopyDestination
用法
Dim instance As SPCopyDestinationCollection
Dim url As String
Dim type As SPCopyDestinationType
Dim comment As String
Dim returnValue As SPCopyDestination
returnValue = instance.Add(url, type, comment)
public SPCopyDestination Add(
string url,
SPCopyDestinationType type,
string comment
)
参数
url
类型:System.String一个字符串,指定复制目标的 URL。
type
类型:Microsoft.SharePoint.SPCopyDestinationTypeSPCopyDestinationType值,该值指示与复制目标的副本行为:"忽略","None","否更新"更新"。"更新"检查更新选项中显示复制目标的页面上显示一个更新提示符。"没有更新"显示更新提示符处使用取消选中更新选项。"忽略"不显示的更新提示。""None"不设置类型。
comment
类型:System.String一个字符串,指定与复制目标关联的注释。
返回值
类型:Microsoft.SharePoint.SPCopyDestination