Click or drag to resize
dyostem api documentation

BlocksPutResultBlockCreationResults Property

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

A list of BlockCreationResult indicating for each block the result of its creation command.

Namespace:  Dyostem.Services.Data
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public List<BlockCreationResult> BlockCreationResults { get; set; }

Property Value

Type: ListBlockCreationResult
See Also