Action.GetParameterizedUrl, méthode (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the fully parameterized URL for the specified entity instance.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Function GetParameterizedUrl ( _
identifierValues As Object() _
) As String
'Utilisation
Dim instance As Action
Dim identifierValues As Object()
Dim returnValue As String
returnValue = instance.GetParameterizedUrl(identifierValues)
public string GetParameterizedUrl (
Object[] identifierValues
)
Paramètres
- identifierValues
The identifier values of the entity instance.
Valeur de retour
A fully parameterized action URL.
Remarques
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.
Voir aussi
Référence
Action, classe
Membres Action
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms