SIFWorks ADK 2.0
GetSQPPath Method (version)
NamespacesEdustructures.SifWorksIElementDefGetSQPPath(SifVersion)

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

Constructs a path to this element/attribute in the SIF Query Pattern format. The path is comprised of element tag and attribute names, which are dependent on the version of SIF specified. The root-level SIF Data Object element is excluded from the path.
Declaration Syntax
C#Visual BasicVisual C++
string GetSQPPath(
	SifVersion version
)
Function GetSQPPath ( _
	version As SifVersion _
) As String
String^ GetSQPPath (
	SifVersion^ version
)
Parameters
version (SifVersion)
Identifies the version of SIF to return the path for
Return Value
A path to this element/attribute (e.g. "@RefId", "Email/@Type", etc.)

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