Member Junction
    Preparing search index...
    Index

    Constructors

    Methods

    • Returns a view ID for a given viewName

      Parameters

      • viewName: string

        Name of the view to lookup the ID for

      Returns Promise<string>

      the ID of the User View record that matches the provided name, if found

    • Returns a list of views for the specified user. If no user is specified, the current user is used.

      Parameters

      • OptionalentityId: string

        optional, 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: UserInfo

        optional, the user to use for context when loading the view

      Returns Promise<MJUserViewEntityExtended[]>

      an array of UserViewEntityBase objects

      ViewInfo