Метод 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
)
Параметры
- context
Тип: Microsoft.SharePoint.Client.ClientRuntimeContext
contentTag
Тип: System.StringSpecifies the ContentTag from which the ContentVersion will be obtained.
Возвращаемое значение
Тип: Microsoft.SharePoint.Client.ClientResult<Int32>