IfWebHare | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface IfWebHare

    Restrict hook to specific installations or versions

    interface IfWebHare {
        dtapStages?: DtapStage[];
        envVars?: string[];
        ifModules?: string[];
        not?: IfWebHare1[];
        serverNames?: string[];
        whVersion?: string;
    }
    Index

    Properties

    dtapStages?: DtapStage[]

    DTAP stages to which the rule applies

    envVars?: string[]

    Only apply if the environment variable is set

    ifModules?: string[]

    Only apply if the specific modules are installed

    not?: IfWebHare1[]

    Specifies as set of restrictions of which neither should be met

    serverNames?: string[]

    Restrict to specific servers (by server name)

    whVersion?: string

    WebHare version to apply the rule to