TotalCount property

int? TotalCount
Gets the total number of items contained in the folder.

Implementation

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