Table of Contents

Method FromString

Namespace
Skyline.DataMiner.Net.Ticketing
Assembly
SLNetTypes.dll

FromString(string)

Creates a TicketID instance based on the specified string.

public static TicketID FromString(string strTicketID)

Parameters

strTicketID string

The string representing a ticket ID.

Returns

TicketID

The TicketID instance or null if the provided string was invalid.

Remarks

strTicketID should have the following format: "DataMinerAgentID/TicketID".