Interface CatalogListEntry
interface CatalogListEntry {
definedBy: string;
description: string;
id: number;
lang: string;
managed: boolean;
suffixMask: string;
tag: string;
}
definedBy: string;
description: string;
id: number;
lang: string;
managed: boolean;
suffixMask: string;
tag: string;
}
Index
Properties
Properties
defined By
definedBy: string
description
description: string
Description
id
id: number
Catalog id
lang
lang: string
Catalog language
managed
managed: boolean
True if this is managed catalog (supports contentsources)
suffix Mask
suffixMask: string
Wildcard mask for related suffixes, if any
tag
tag: string
Catalog tag
Where this catalog was defined/created