Action.Url Property
NOTE: This API is now obsolete.
Gets or sets the action URL for the action.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Property Url As String
Get
Set
'Usage
Dim instance As Action
Dim value As String
value = instance.Url
instance.Url = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public string Url { get; set; }
Property Value
Type: System.String
A string representing the action URL.
Remarks
Action URL is the URL to go to when the action is clicked. The URL string is a .NET format string. Each format specifier (for example, {0}) corresponds to an action parameter. The maximum allowed length of the image URL is 2080, minimum is one.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace