Click or drag to resize
InfoObjectRepositoryIsCachedObject Property
If true, the object is cached within the system for later use

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public override bool IsCachedObject { get; set; }

Property Value

Type: Boolean

Implements

ICMSStorageIsCachedObject
See Also