Action.GetParameterizedUrl Method

Gets the fully parameterized URL for the specified entity instance.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function GetParameterizedUrl ( _
    identifierValues As Object() _
) As String
'Usage
Dim instance As Action
Dim identifierValues As Object()
Dim returnValue As String

returnValue = instance.GetParameterizedUrl(identifierValues)
public string GetParameterizedUrl(
    Object[] identifierValues
)

Parameters

  • identifierValues
    Type: []
    The identifier values of the entity instance.

Return Value

Type: System.String
A fully parameterized action URL.

Remarks

For actions with no action parameters, this method will return the ActionUrl value unchanged. For actions that have parameters that correspond to non-ID type descriptors, this method will find the entity instance using the identifier values and SpecificFinder method and use the field values from the instance to populate the Url.

See Also

Reference

Action Class

Action Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace