PFItemPageContextPossibleApplicationContexts Property |
Starts with the list of contexts in which the current user can create items of the current content-type.
If a context is forced by the request parameter PFInterfaceConstants.Context_ForcedApplicationContext, only this one is returned.
If a parent context is available, only this one is returned.
Note: a forms restriction (from the application settings) may filter the output.
Namespace: Packflow.Interface
public List<PFApplicationContext> PossibleApplicationContexts { get; }