SIFWorks ADK 2.0
GetContent Method (element, version)
NamespacesEdustructures.SifWorksSifFormatterGetContent(SifElement, SifVersion)

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

Gets the content from the SIFElement for the specified version of SIF. Only elements that apply to the requested version of SIF will be returned.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ICollection<Element> GetContent(
	SifElement element,
	SifVersion version
)
Public Overridable Function GetContent ( _
	element As SifElement, _
	version As SifVersion _
) As ICollection(Of Element)
public:
virtual ICollection<Element^>^ GetContent (
	SifElement^ element, 
	SifVersion^ version
)
Parameters
element (SifElement)
The element to retrieve content from
version (SifVersion)
Return Value

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