Difference between revisions of "NXSL:GetDCIValueByDescription"

m
no edit summary
m
m
Line 5: Line 5:
== Syntax ==
== Syntax ==


GetDCIValueByName(''node'', ''description'');
GetDCIValueByDescription(''node'', ''description'');




Line 25: Line 25:
== Examples ==
== Examples ==


  GetDCIValueByName($node, "Status") -> 0
  GetDCIValueByDescription($node, "Status") -> 0
683

edits