ListSharedLinksResult Class

Result of a ListSharedLinks(string, string) request.

Constructors

Name Description
ListSharedLinksResult(LinkMetadata[], bool, string) Creates a new instance of the ListSharedLinksResult class.

Properties

Name Type Description
Cursor System.String Pass to ListSharedLinks(string, string) without a path to continue listing of links.
HasMore System.Boolean Whether there are more links to list or not.
Links DotNetBox.LinkMetadata List of the user’s shared links and information regarding them.

Methods

Name Description
ListSharedLinksResult.FromJson(JObject) Creates a new instance of the ListSharedLinksResult class using a JSON object.
ListSharedLinksResult.ToString() Returns a string containing all of the class’ properties.