Folder.WelcomePage - Propriété
Gets or sets a value that specifies folder-relative URL for the list folder welcome page.
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 WelcomePage As String
Get
Set
'Utilisation
Dim instance As Folder
Dim value As String
value = instance.WelcomePage
instance.WelcomePage = value
public string WelcomePage { get; set; }
Valeur de propriété
Type : System.String
Returns a String instance representing the folder-relative URL for the list folder welcome page.
Exceptions
Exception | Condition |
---|---|
[System.ArgumentException] | URL must be relative to the list folder and cannot contain two consecutive periods. Error code: -2147024809. |
[System.UnauthorizedAccessException] | The current user has insufficient permissions. Error code: -2147024891. |
[System.UnauthorizedAccessException] | The current user has insufficient permissions. Error code: -2147024891. |
Remarques
It must not be une référence Null (Rien dans Visual Basic).