ProfilesEditor.AddRange method
Adds profiles to the resolved entities.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub AddRange ( _
profiles As ProfileBase() _
)
'Usage
Dim instance As ProfilesEditor
Dim profiles As ProfileBase()
instance.AddRange(profiles)
public void AddRange(
ProfileBase[] profiles
)
Parameters
profiles
Type: []The profiles to be added to the resolved entities.
Remarks
This method accepts the profiles, validates them, and adds them to the resolved entities list.