SubscriptionRecordNumber Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets the record number.

Namespace: ContentStudio.Document.Subscription
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public int RecordNumber { get; }

Property Value

Type: Int32
The record number. -1 if a record number is not available
Remarks

The RecordNumber is the ordinal number of this item in a paged set. For example, if page size is 10 the first RecordNumber of the first page will be 1 and the the first RecordNumber of the second page will be 11 and so on.
See Also

Reference