BaseFolderType.TotalCount 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 TotalCount property gets the total count of items within a given folder. This property is read-only.
public:
property int TotalCount { int get(); void set(int value); };
public int TotalCount { get; set; }
Public Property TotalCount As Integer
Property Value
The TotalCount property returns an integer value that represents the number of items within a folder.
Remarks
You must set the TotalCountSpecified property to true so that TotalCount is serialized into the SOAP request.