Specifies the collection of all storage areas.

For a storage policy, this represents all storage areas (regardless of the ResourceStatus property value) that the policy references (the filter includes).


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

Syntax

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

Remarks

See Also