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
Function GetActionUrl ( _
action As Action _
) As String
'Usage
Dim instance As IEntityInstance
Dim action As Action
Dim returnValue As String
returnValue = instance.GetActionUrl(action)
string GetActionUrl(
Action action
)
Parameters
- action
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Action
An Action object.
Return Value
Type: System.String
The action URL.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace