vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface PortalMetadata

    interface PortalMetadata {
        active: boolean;
        admin?: string;
        defaultLanguage?: string;
        description?: string;
        emailSenderAddress: string;
        emailSenderName: string;
        enableSelfCloseCase?: boolean;
        footerDocument?: string;
        forgotPassTemplate?: string;
        fullName?: string;
        headerDocument?: string;
        isSelfRegistrationActivated?: boolean;
        loginHeaderDocument?: string;
        logoDocument?: string;
        logoutUrl?: string;
        newCommentTemplate?: string;
        newPassTemplate?: string;
        newUserTemplate?: string;
        ownerNotifyTemplate?: string;
        selfRegNewUserUrl?: string;
        selfRegUserDefaultProfile?: string;
        selfRegUserDefaultRole?: PortalRoles;
        selfRegUserTemplate?: string;
        showActionConfirmation?: boolean;
        stylesheetDocument?: string;
        type: PortalType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: boolean
    admin?: string
    defaultLanguage?: string
    description?: string
    emailSenderAddress: string
    emailSenderName: string
    enableSelfCloseCase?: boolean
    footerDocument?: string
    forgotPassTemplate?: string
    fullName?: string
    headerDocument?: string
    isSelfRegistrationActivated?: boolean
    loginHeaderDocument?: string
    logoDocument?: string
    logoutUrl?: string
    newCommentTemplate?: string
    newPassTemplate?: string
    newUserTemplate?: string
    ownerNotifyTemplate?: string
    selfRegNewUserUrl?: string
    selfRegUserDefaultProfile?: string
    selfRegUserDefaultRole?: PortalRoles
    selfRegUserTemplate?: string
    showActionConfirmation?: boolean
    stylesheetDocument?: string