Click or drag to resize
BaseInfoIsModifiedExternally Method
Goes through the columns which are stored externally and checks if the data in DB is the same as in external storage. If all the columns are same returns true, otherwise false.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual bool IsModifiedExternally()

Return Value

Type: Boolean
See Also