Method GetAncestralSet
GetAncestralSet()
Retrieves all the ancestors, in top-to-bottom order (i.e. the current profile definition "this" is the last item in the returned object).
public IList<ProfileDefinition> GetAncestralSet()
Returns
- IList<ProfileDefinition>
The ancestors, in top-to-bottom order (i.e. the current profile definition "this" is the last item in the returned object).