Enum FbCursorType
Type of the Graph API paginated cursor.
Namespace: StansAssets.Facebook
Assembly: cs.temp.dll.dll
Syntax
public enum FbCursorType
Fields
| Name | Description |
|---|---|
| After | This is the cursor that points to the end of the page of data that has been returned. |
| Before | This is the cursor that points to the start of the page of data that has been returned. |