Interface: DuplicateSiteIdentifier
Defined in: shared/validation/siteIntegrity.ts:20
Summary of a duplicate site identifier occurrence.
Propertiesโ
identifierโ
readonly identifier: string;
Defined in: shared/validation/siteIntegrity.ts:22
Identifier that appears more than once in the provided site collection.
occurrencesโ
readonly occurrences: number;
Defined in: shared/validation/siteIntegrity.ts:24
Number of times the identifier appears.