A collection of all ContentCacheArea objects associated with the FileNet P8 domain.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property ContentCacheAreas As IContentCacheAreaSet
C#
IContentCacheAreaSet ContentCacheAreas { get; }
C++
property IContentCacheAreaSet ContentCacheAreas abstract  {
    IContentCacheAreaSet get();
}
J#
/** property */
public IContentCacheAreaSet get_ContentCacheAreas();
JScript
public function get ContentCacheAreas() : IContentCacheAreaSet

Remarks

See Also