Click or drag to resize
IElementGetPath Method
Gets the full path of this element.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
string GetPath()

Return Value

Type: String
Remarks
The path is assembled by joining the identifiers of this element and all direct and indirect parents.
See Also