SIFWorks ADK 2.0
SDOPath Property
NamespacesEdustructures.SifWorksIElementDefSDOPath

[This is preliminary documentation and is subject to change.]

Constructs a path to this IElementDef object, comprised of the names of its ancestry delimited by an underscore. The path can be used to lookup an IElementDef object via the LookupElementDef(String) method. Note the strings used in the path generated by this method are not necessarily the same as the element or attribute tag names used in SIF XML messages. Rather, they are version-independent names typically equal to the tag name of the element in SIF 1.0r1.
Declaration Syntax
C#Visual BasicVisual C++
string SDOPath{ get;}
ReadOnly Property SDOPath As String
property String^ SDOPath {
	String^ get ();
}
Return Value
A path string (e.g. "StudentPersonal_RefId")

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10