categories Method
Returns a list of all categories configured for a specific device
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static List<string> categories( string ref) |
VB |
Public Shared Function categories ( ref As String) As List(Of String) |
Parameters
ref
Type: System.String
Device reference ID of the device to check
Return Value
Type: List(String)List(of String)
See Also
functions Class
Scheduler Namespace