3dak Client

ContactList.AddContact Method 

Binds a Contact to this UserCategory

[Visual Basic]
Public Sub AddContact( _ 
   ByVal Contact As Contact _ 
)
[C#]
public void AddContact(
   Contact Contact
);
[C++]
public: void AddContact(
   Contact* Contact
);
[JScript]
public function AddContact(
   Contact Contact
);

Parameters

Contact
Contact to bind to Category

Remarks

Does not work on ShopContacts

Exceptions

Exception TypeCondition
InvalidConstraintExceptionIndicates that a ShopContact was provided.

See Also

ContactList Class | ppm3dakClient.Contacts Namespace