Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.FolderCount Property

Returns the total number of files and folders.

Syntax

Get

VB.NETCount = object.FolderCount As Integer
VBCount = object.FolderCount As Integer
C#.NETint Count = object.FolderCount;
VC++int Count = object->FolderCount;
int Count = object->GetFolderCount();
CHRESULT object->get_FolderCount(int* Count);

object

A SftDirectory object.

Count

Returns the total number of files and folders.

Comments

The FolderCount property returns the total number of files and folders.

The total Count includes all files and folders that are currently loaded by the control and includes files and folders that are part of a collapsed parent folder. Files may not be included, based on the ShowFiles property setting.

SftDirectoryFolder objects for each available file and folder can be retrieved using the FolderList property.

See Also SftDirectory Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.