AdministrationDataSourceView.GetIdAsGuid method
Retrieves an object’s GUID.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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