File.GetContentVerFromTag 方法

Reserved for internal use only. This method exposes the internal ContentVersion value inside of a ContentTag.

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

语法

声明
Public Shared Function GetContentVerFromTag ( _
    context As ClientRuntimeContext, _
    contentTag As String _
) As ClientResult(Of Integer)
用法
Dim context As ClientRuntimeContext
Dim contentTag As String
Dim returnValue As ClientResult(Of Integer)

returnValue = File.GetContentVerFromTag(context, _
    contentTag)
public static ClientResult<int> GetContentVerFromTag(
    ClientRuntimeContext context,
    string contentTag
)

参数

  • contentTag
    类型:System.String

    Specifies the ContentTag from which the ContentVersion will be obtained.

返回值

类型:Microsoft.SharePoint.Client.ClientResult<Int32>

另请参阅

引用

File 类

File 成员

Microsoft.SharePoint.Client 命名空间