ActionParameterCollection.Create Method (Byte, Boolean, Byte)
Creates an ActionParameter in the collection.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function Create ( _
idOrdinal As Byte, _
isCached As Boolean, _
index As Byte _
) As ActionParameter
'Usage
Dim instance As ActionParameterCollection
Dim idOrdinal As Byte
Dim isCached As Boolean
Dim index As Byte
Dim returnValue As ActionParameter
returnValue = instance.Create(idOrdinal, _
isCached, index)
public ActionParameter Create(
byte idOrdinal,
bool isCached,
byte index
)
Parameters
- idOrdinal
Type: System.Byte
The ordinal number of the identifier in the action URL.
- isCached
Type: System.Boolean
true if this parameter should be cached; otherwise, false.
- index
Type: System.Byte
The ordinal number of this parameter in the action URL.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.ActionParameter
An ActionParameter object.
Remarks
This method will throw an exception if the entity does not have a SpecificFinder defined.
See Also
Reference
ActionParameterCollection Class
ActionParameterCollection Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace