Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the fully parameterized action URL populated with entity instance fields for the specified action.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetActionUrl ( _
action As Action _
) As String
'Usage
Dim instance As AbstractEntityInstance
Dim action As Action
Dim returnValue As String
returnValue = instance.GetActionUrl(action)
public string GetActionUrl(
Action action
)
Parameters
- action
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Action
An Action object.
Return Value
Type: System.String
The action URL.
Implements
IEntityInstance.GetActionUrl(Action)
See Also
Reference
AbstractEntityInstance Members
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace