Delete a user (associate), default does not delete the contact person
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid Delete(
bool deletePersonAsWell = false
)
Sub Delete (
Optional deletePersonAsWell As Boolean = false
)
Dim instance As IUser
Dim deletePersonAsWell As Boolean
instance.Delete(deletePersonAsWell)
void Delete(
[InAttribute] bool deletePersonAsWell = false
)
Parameters
- deletePersonAsWell (Optional)
- Type: SystemBoolean
See Also