 | IDCollection.Add Method (String, Boolean) |
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntaxpublic void Add(
string ids,
bool skipExisting
)
Public Sub Add (
ids As String,
skipExisting As Boolean
)
Parameters
- ids
- Type: System.String
- skipExisting
- Type: System.Boolean
See Also