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.308
Syntax IDictionary<string, int> GetDuplicateFieldUniqueIds()
Function GetDuplicateFieldUniqueIds As IDictionary(Of String, Integer)
IDictionary<String^, int>^ GetDuplicateFieldUniqueIds()
abstract GetDuplicateFieldUniqueIds : unit -> IDictionary<string, int>
Return Value
Type:
IDictionaryString,
Int32Dictionary of UniqueId string to count of fields in this
Remarks Function used as a sanity check during Schema Sync
See Also