ContentType.EditFormUrl 屬性
取得或設定值,指定對於被指派內容類型的清單項目使用的自訂編輯表單 URL。
命名空間: 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 EditFormUrl As String
Get
Set
'用途
Dim instance As ContentType
Dim value As String
value = instance.EditFormUrl
instance.EditFormUrl = value
public string EditFormUrl { get; set; }
屬性值
類型:System.String
傳回代表自訂的 URL String.instance 編輯清單項目已指派的內容類型使用的表單。