CacheByProperty gets and sets the property that is used to cache collections
of the object. For example: Modules are cached by the "TabId" proeprty. Tabs
are cached by the PortalId property.
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public string CacheByProperty { get; set; } |
Visual Basic |
---|
Public Property CacheByProperty As String Get Set |
Remarks
If empty, a collection of all the instances of the object is cached.