List.DocumentTemplateUrl - Propriété
Gets or sets a value that specifies the server-relative URL of the document template for the list.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property DocumentTemplateUrl As String
Get
Set
'Utilisation
Dim instance As List
Dim value As String
value = instance.DocumentTemplateUrl
instance.DocumentTemplateUrl = value
public string DocumentTemplateUrl { get; set; }
Valeur de propriété
Type : System.String
Returns a String representing the server-relative URL of the document template for the list.
Remarques
It must be une référence Null (Rien dans Visual Basic) if BaseType is not DocumentLibrary. It must not be empty. It must be a URL of server-relative form.