Share via


FindFolderParentType Members

Include Protected Members
Include Inherited Members

The FindFolderParentType class contains the results of a search of a single root folder during a FindFolder operation.

The FindFolderParentType type exposes the following members.

Constructors

  Name Description
Public method FindFolderParentType The FindFolderParentType constructor initializes a new instance of the FindFolderParentType class.

Top

Properties

  Name Description
Public property AbsoluteDenominator The AbsoluteDenominator property gets the next denominator to use for the next request when doing fractional paging.
Public property AbsoluteDenominatorSpecified The AbsoluteDenominatorSpecified property gets a Boolean value that specifies whether the AbsoluteDenominator property was serialized into the SOAP response.
Public property Folders The Folders property gets the folders that are found by using the FindFolder operation.
Public property IncludesLastItemInRange The IncludesLastItemInRange property gets a value that indicates whether the current results contain the last folder in the query, so that additional paging is not required.
Public property IncludesLastItemInRangeSpecified The IncludesLastItemInRangeSpecified property gets a value that indicates whether the IncludesLastItemInRange property is serialized into the SOAP response.
Public property IndexedPagingOffset The IndexedPagingOffset property gets the next index that should be used for the next request when using an indexed paging view.
Public property IndexedPagingOffsetSpecified The IndexedPagingOffsetSpecified property gets a value that indicates whether the IndexedPagingOffset property is serialized into the SOAP response.
Public property NumeratorOffset The NumeratorOffset property represents the new numerator value to use for the next request when using fractional page views.
Public property NumeratorOffsetSpecified The NumeratorOffsetSpecified property gets a value that indicates whether the NumeratorOffset property is serialized into the SOAP response.
Public property TotalItemsInView The TotalItemsInView property gets the total number of folders that pass the restriction.
Public property TotalItemsInViewSpecified The TotalItemsInViewSpecified property gets a value that indicates whether the TotalItemsInView property is serialized into the SOAP response.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top