The number of directories in the lower level of two-tier structure for storing content in an advanced file system storage device.

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

ToggleSyntax

Visual Basic (Declaration)
Property LowerDirectoryCount As Nullable(Of Integer)
C#
Nullable<int> LowerDirectoryCount { get; set; }
Visual C++
property Nullable<int> LowerDirectoryCount {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_lowerDirectoryCount();
function set_lowerDirectoryCount(value);

ToggleRemarks

ToggleSee Also