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