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.
Retrieves an object’s GUID.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Shared Function GetIdAsGuid ( _
parameterValues As IDictionary, _
parameterName As String _
) As Guid
'Usage
Dim parameterValues As IDictionary
Dim parameterName As String
Dim returnValue As Guid
returnValue = AdministrationDataSourceView.GetIdAsGuid(parameterValues, _
parameterName)
protected static Guid GetIdAsGuid(
IDictionary parameterValues,
string parameterName
)
Parameters
parameterValues
Type: System.Collections.IDictionaryAn IDictionary object that contains the name / GUID pairs of objects in the SPFarm.
parameterName
Type: System.StringA string that contains the name of the target object.
Return Value
Type: System.Guid
The named object’s GUID.
See Also
Reference
AdministrationDataSourceView Class