Свойство ContentType.DocumentTemplateUrl
Gets a value that specifies the URL of the document template assigned to the content type.
Пространство имен: 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 ReadOnly Property DocumentTemplateUrl As String
Get
'Применение
Dim instance As ContentType
Dim value As String
value = instance.DocumentTemplateUrl
public string DocumentTemplateUrl { get; }
Значение свойства
Тип: System.String
Returns a String.instance representing the URL of the document template assigned to the content type.