Table of Contents

Method ToString

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

ToString(UIBlockType)

Returns a string representation of the specified block type.

public static string ToString(UIBlockType blockType)

Parameters

blockType UIBlockType

The block type.

Returns

string

The string representation.

Examples

string type = UIBlockDefinition.ToString(UIBlockType.Parameter); // type = "parameter".