FindItemParentType Members
The FindItemParentType class contains the results of a search of a single root folder during a FindItem operation.
The following tables list the members exposed by the FindItemParentType type.
Public Constructors
Name | Description | |
---|---|---|
FindItemParentType | The FindItemParentType constructor initializes a new instance of the FindItemParentType class. |
Top
Public Properties
Name | Description | |
---|---|---|
AbsoluteDenominator | The AbsoluteDenominator property gets the next denominator to use for the next request when doing fractional paging. | |
AbsoluteDenominatorSpecified | The AbsoluteDenominatorSpecified property gets a Boolean value that specifies whether the AbsoluteDenominator property was serialized into the SOAP response. | |
IncludesLastItemInRange | The IncludesLastItemInRange property gets a value that indicates whether the current results contain the last item in the query, such that further paging is not needed. | |
IncludesLastItemInRangeSpecified | The IncludesLastItemInRangeSpecified property gets a value that indicates whether the IncludesLastItemInRange property is serialized into the SOAP response. | |
IndexedPagingOffset | The IndexedPagingOffset property gets the next index that should be used for the next request when using an indexed paging view. | |
IndexedPagingOffsetSpecified | The IndexedPagingOffsetSpecified property gets a value that indicates whether the IndexedPagingOffset property is serialized into the SOAP response. | |
Item | The Item property gets an object that is of the type ArrayOfRealItemsType or ArrayOfGroupedItemsType that contains the items found. | |
NumeratorOffset | The NumeratorOffset property represents the new numerator value to use for the next request when using fractional page views. | |
NumeratorOffsetSpecified | The NumeratorOffsetSpecified property gets a value that indicates whether the NumeratorOffset property is serialized into the SOAP response. | |
TotalItemsInView | The TotalItemsInView property gets the total number of items that pass the restriction. | |
TotalItemsInViewSpecified | The TotalItemsInViewSpecified property gets a value that indicates whether the TotalItemsInView property is serialized into the SOAP response. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also