PagingCookie Class

Client-side state cookie that tracks the number of results filtered out by security trimming.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Server.Search.Query.PagingCookie

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class PagingCookie _
    Implements ISerializable
'Usage
Dim instance As PagingCookie
[SerializableAttribute]
public sealed class PagingCookie : ISerializable

Remarks

This cookie helps with pagination.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PagingCookie Members

Microsoft.Office.Server.Search.Query Namespace