The PURPOSE of this resolver is to provide a generic way to run a view and return the results. The best practice is to use the strongly typed sub-class of this resolver for each entity. that way you get back strongly typed results. If you need a generic way to call a view and get back the results, and have your own type checking in place, this resolver can be used.

Constructors

Properties

AuditLogDescription?: string
ExcludeDataFromAllPriorViewRuns?: boolean
ExcludeUserViewRunID?: string
ExtraFilter: string
Fields?: string[]
ForceAuditLog?: boolean
IgnoreMaxRows?: boolean
MaxRows?: number
OrderBy: string
OverrideExcludeFilter?: string
ResultType?: string
SaveViewResults?: boolean
StartRow?: number
UserSearchString: string
ViewID: string