Member Junction
    Preparing search index...

    Parameters for the GetUserProgress action

    interface GetUserProgressParams {
        CompanyID: string;
        CourseID?: string;
        IncludeLessonDetails?: boolean;
        IncludeUnitDetails?: boolean;
        UserID: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CompanyID: string
    CourseID?: string
    IncludeLessonDetails?: boolean
    IncludeUnitDetails?: boolean
    UserID: string