次の方法で共有


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 名前空間