SIFWorks ADK 2.0
Filter Property
NamespacesEdustructures.SifWorksSifWriterFilter

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

Places a filter on this SifWriter such that only elements (and their children) identified in the array will be included in the output. Note that attributes are always included even if not specified in the filter list, as are top-level SIF Data Objects like StudentPersonal. The filter remains in effect until the clearFilter method is called or a null array is passed to this method.
Declaration Syntax
C#Visual BasicVisual C++
public virtual IElementDef[] Filter{ set;}
Public Overridable WriteOnly Property Filter As IElementDef()
public:
virtual property array<IElementDef^>^ Filter {
	void set (array<IElementDef^>^ value);
}
Value
An array of ElementDef constants from the SifDtd class that identify elements to include in the output, or null to clear the current filter

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