Click or drag to resize
dyostem api documentation

BlockDataTypesListResult Class

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

Represent the result of a GetBlockDataTypes(String) command.
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataBlockDataTypesListResult

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

The BlockDataTypesListResult type exposes the following members.

Constructors
  NameDescription
Public methodBlockDataTypesListResult
Initializes a new instance of the BlockDataTypesListResult class
Top
Fields
  NameDescription
Public fieldBlockDataTypes
The list of all block data types defined in the system for the connected customer
Public fieldMessage
The human readable message indicating if the GetBlockDataTypes(String) command succeeded or not
  • OK -
  • FAILED to get block data types - An internal error has occured while getting data.
  • Failed to check token validity - the SessionId token is deprecated or invalid. Request a new one or contact Vivelys support.
Top
See Also