Compartir a través de


: Action.GetParameterizedUrl (Método) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Gets the fully parameterized URL for the specified entity instance.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Function GetParameterizedUrl ( _
    identifierValues As Object() _
) As String
'Uso
Dim instance As Action
Dim identifierValues As Object()
Dim returnValue As String

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

Parámetros

  • identifierValues
    The identifier values of the entity instance.

Valor devuelto

A fully parameterized action URL.

Comentarios

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.

Vea también

Referencia

Action (Clase)
Action (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)