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

    Interface CommunityMetadata

    interface CommunityMetadata {
        active?: boolean;
        chatterAnswersFacebookSsoUrl?: string;
        communityFeedPage?: string;
        dataCategoryName?: string;
        description?: string;
        emailFooterDocument?: string;
        emailHeaderDocument?: string;
        emailNotificationUrl?: string;
        enableChatterAnswers?: boolean;
        enablePrivateQuestions?: boolean;
        expertsGroup?: string;
        fullName?: string;
        portal?: string;
        reputationLevels?: ReputationLevels;
        showInPortal?: boolean;
        site?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active?: boolean
    chatterAnswersFacebookSsoUrl?: string
    communityFeedPage?: string
    dataCategoryName?: string
    description?: string
    emailFooterDocument?: string
    emailHeaderDocument?: string
    emailNotificationUrl?: string
    enableChatterAnswers?: boolean
    enablePrivateQuestions?: boolean
    expertsGroup?: string
    fullName?: string
    portal?: string
    reputationLevels?: ReputationLevels
    showInPortal?: boolean
    site?: string