PeopleEditor.HandleObjectTags Method
Accepts a Dictionary object as a collection of key-value pairs and sets properties on the instance of the PeopleEditor object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub HandleObjectTags ( _
dictObjTags As Dictionary(Of String, String) _
)
'Usage
Dim instance As PeopleEditor
Dim dictObjTags As Dictionary(Of String, String)
instance.HandleObjectTags(dictObjTags)
public void HandleObjectTags(
Dictionary<string, string> dictObjTags
)
Parameters
dictObjTags
Type: System.Collections.Generic.Dictionary<String, String>The Dictionary key-value pairs.
Remarks
The keys in the following table are accessed and handled.
Key |
Expected value Effect |
---|---|
SearchPeopleOnly |
A string that is parsed using the TryParse() method. |
AllowMultiple |
A string that is parsed using the TryParse() method. |
SharePointGroup |
A string containing the decimal representation of the SharePoint group ID number. This string is parsed using the TryParse() method. |
AcceptAnyEmailAddress |
A string that is parsed using the TryParse() method. |