List.DefaultNewFormUrl-Eigenschaft
Gets or sets a value that specifies the location of the default new form for the list.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property DefaultNewFormUrl As String
Get
Set
'Usage
Dim instance As List
Dim value As String
value = instance.DefaultNewFormUrl
instance.DefaultNewFormUrl = value
public string DefaultNewFormUrl { get; set; }
Eigenschaftswert
Typ: System.String
Returns a String instance representing the location of the default new form for the list.
Ausnahmen
Ausnahme | Bedingung |
---|---|
[Microsoft.SharePoint.SPException] | The property is set on a user information list. Error code: -2146232832. |
[System.ArgumentException] | The specified URL is not a valid web URL or it does not have files present in it or the file present cannot render the list item. Error code: -2147024809. |
Hinweise
It must not be ein Nullverweis (Nothing in Visual Basic). It must not be empty. The client must set a server-relative URL and the server must return a site-relative URL.