Action.ActionParameters Property
The URL attribute of the Action object can take parameters. The ActionParameter object defines the parameters the action URL accepts.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property ActionParameters As ActionParameterCollection
Get
'Usage
Dim instance As Action
Dim value As ActionParameterCollection
value = instance.ActionParameters
public ActionParameterCollection ActionParameters { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.ActionParameterCollection
A collection of ActionParameter objects.
Remarks
ActionParameter objects are associated with TypeDescriptors that belong to the TypeDescriptor returned by the SpecificFinder MethodInstance. Therefore, the ActionParameter name should be a name of a TypeDescriptor returned by the SpecificFinder MethodInstance. Also, as with any other MetadataObject, ActionParameter names must be unique under the scope of the action.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace