Click or drag to resize
UserOrProviderSuspendCommand Class
Integration service command class is UserOrProviderSuspendCommand. It’s a direct descendant from CommandRequest.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsUserOrProviderSuspendCommand

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class UserOrProviderSuspendCommand : CommandRequest

The UserOrProviderSuspendCommand type exposes the following members.

Properties
  NameDescription
Public propertyId
User ID or Provider ID value.
Public propertyReactivate
Nullable Boolean property controlling operation: suspend on unsuspend, optional. When value is missing, User/Provider will be suspended.
Top
See Also