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.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property StorageAreas As IStorageAreaSet
C#
IStorageAreaSet StorageAreas { get; }
Visual C++
property IStorageAreaSet^ StorageAreas {
	IStorageAreaSet^ get ();
}
JavaScript
function get_storageAreas();

ToggleRemarks

ToggleSee Also