StaticGetrecord ID for the view to load
OptionalcontextUser: UserInfooptional, the user context for loading views
UserViewEntityBase (or a subclass of it)
StaticGetGets a User View entity from the UserViewEngine cache by name.
name for the view to load
OptionalcontextUser: UserInfooptional, the user context for loading views
UserViewEntityBase (or a subclass of it)
StaticGetReturns a view ID for a given viewName
Name of the view to lookup the ID for
the ID of the User View record that matches the provided name, if found
StaticGetReturns a list of views for the specified user. If no user is specified, the current user is used.
OptionalentityId: stringoptional, the entity ID to filter the views by, if not provided, there is no filter on EntityID and all views for the user are returned
OptionalcontextUser: UserInfooptional, the user to use for context when loading the view
an array of UserViewEntityBase objects
Gets a User View entity from the UserViewEngine cache.