Click or drag to resize
dyostem api documentation

BlockDeletionResult Class

[This is preliminary documentation and is subject to change.]

Represent the result of a single block removal
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataBlockDeletionResult

Namespace:  Dyostem.Services.Data
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public class BlockDeletionResult

The BlockDeletionResult type exposes the following members.

Constructors
  NameDescription
Public methodBlockDeletionResult
Initializes a new instance of the BlockDeletionResult class
Top
Properties
  NameDescription
Public propertyBlockId
The block unique identifier
Public propertyDeletionResult
One of the following values: 'block removed', 'block disabled', 'unknown block', 'block already disabled'
Top
See Also