Class ListItemReferencesRequest
Request to get the references to a list item
Inheritance
ListItemReferencesRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ListItemReferencesRequest
Properties
Limits the number of the returned metadata references by setting paging information.
Declaration
[JsonProperty("references", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public MetadataReferencesPagingRequest References { get; set; }
Property Value
Methods
Declaration
public static ListItemReferencesRequest FromJson(string data)
Parameters
Returns