SIFWorks ADK 2.0
GetFields Method (element, version)
NamespacesEdustructures.SifWorksSifFormatterGetFields(SifElement, SifVersion)

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

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

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