ChildFolderCount property

int? ChildFolderCount
Gets the number of child folders this folder has.

Implementation

int? get ChildFolderCount =>
    this.PropertyBag[FolderSchema.ChildFolderCount] as int?;