ResourceFilterEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:


==See Also==
==See Also==
*[[Repository.Action.GetAllActions|Repository.Action.GetAllActions Method]]
*[[Repository.Control.GetAllXfmeaControls|Repository.Control.GetAllXfmeaControls Method]]
*[[Repository.Model.GetAllModels|Repository.Model.GetAllModels Method]]
*[[Repository.Model.GetAllModels|Repository.Model.GetAllModels Method]]
*[[Repository.Model.GetAllModelsInfo|Repository.Model.GetAllModelsInfo Method]]
*[[Repository.Model.GetAllModelsInfo|Repository.Model.GetAllModelsInfo Method]]

Revision as of 18:58, 9 June 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the type of resource or combination of resources to return.

Members

Name Value Description
LocalOnly 0 Return local resources only.
GlobalOnly 1 Return global resources only.
LocalAndGlobal 2 Return local and global resources only.
LocalAndGlobalAndReference 3 Return local, global and reference resources.
ReferenceOnly 4 Return reference resources only.
LocalAndReference 5 Return local and reference resources only.
GlobalAndReference 6 Return global and reference resources only.



See Also