Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When implemented in a derived class, gives each page the chance to parse parameters.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub ParseParameters ( _
parameterValues As IDictionary _
)
'Usage
Dim parameterValues As IDictionary
Me.ParseParameters(parameterValues)
protected virtual void ParseParameters(
IDictionary parameterValues
)
Parameters
parameterValues
Type: System.Collections.IDictionaryAn IDictionary representing the parameters to be parsed.
See Also
Reference
AdministrationDataSourceView Class