Click or drag to resize

ISchemaCommonGetDuplicateFieldUniqueIds Method


Detects if there are fields in the schema that contain colliding UniqueIds

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IDictionary<string, int> GetDuplicateFieldUniqueIds()

Return Value

IDictionaryString, Int32
Dictionary of UniqueId string to count of fields in this
Remarks
Function used as a sanity check during Schema Sync
See Also