Represents a command for restoring previously deleted entity instance.
Works only for some entities which support this feature.
Returns an OperationCommandResponse that contains an identifier and a type of the restored entity or error information in case of an error.
Inheritance Hierarchy Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class RestoreCommand : CommandRequest
<SerializableAttribute>
Public Class RestoreCommand
Inherits CommandRequest
No code example is currently available or this language may not be supported.
The RestoreCommand type exposes the following members.
Properties| | Name | Description |
|---|
 | EntitySpecifier |
Specifies an entity by identifier and entity type to be restored.
|
Top
See Also