Enum PageView.PageViewType_Enum
Used to indicate the type of page view.
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public enum PageViewType_Enum
Fields
| Name | Description |
|---|---|
| ExternalViews | Page views defined for use by external users. |
| MyViews | Page views defined by and for a specific user (the authenticated user). |
| SharedViews | Page views visible to anyone with access to the page. |