BaseFolderType.ChildFolderCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ChildFolderCount property gets the number of immediate child folders that are contained within a folder. This property is read-only.
public:
property int ChildFolderCount { int get(); void set(int value); };
public int ChildFolderCount { get; set; }
Public Property ChildFolderCount As Integer
Property Value
The ChildFolderCount property returns an integer value that represents the number of child folders.
Remarks
You must set the ChildFolderCountSpecified property to true so that the ChildFolderCount property is serialized into the SOAP request.