Свойство List.DefaultEditFormUrl
Gets or sets a value that specifies the URL of the edit form to use for list items in the list.
Пространство имен: 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 Property DefaultEditFormUrl As String
Get
Set
'Применение
Dim instance As List
Dim value As String
value = instance.DefaultEditFormUrl
instance.DefaultEditFormUrl = value
public string DefaultEditFormUrl { get; set; }
Значение свойства
Тип: System.String
Returns a String instance representing the URL of the edit form to use for list items in the list.
Исключения
Исключение | Условие |
---|---|
[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. |
Замечания
It must not be пустая ссылка (Nothing в Visual Basic). It must not be empty. The client must set a server-relative URL and the server must return a site-relative URL.