Click or drag to resize

CloneStatusAttrs Enumeration

Attributes that denote the clone status of a clonable object

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum CloneStatusAttrs
Members
  Member nameValueDescription
NotCloned0This object has not been cloned.
ClonedByUser1This object has been cloned.
ClonedFromGlobalCache2This object was cloned from the global cache.
See Also