Show / Hide Table of Contents

Class FbCursor

The representation of Graph API paginated cursor.

Inheritance
System.Object
FbCursor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.Facebook
Assembly: cs.temp.dll.dll
Syntax
public class FbCursor

Properties

Type

Cursor type.

Declaration
public FbCursorType Type { get; }
Property Value
Type Description
FbCursorType

Value

Cursor value

Declaration
public string Value { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX