Initializes a new instance of the PrivacyList class.
Namespace: S22.Xmpp.ImAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public PrivacyList( string name ) |
Parameters
- name
- Type: System..::..String
The name of the privacy list.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The name parameter is null. |