ContentItemCollection interface
Paged list of content items.
Properties
next |
Next page link, if any. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Collection of content items. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
Next page link, if any. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
Collection of content items. NOTE: This property will not be serialized. It can only be populated by the server.
value?: ContentItemContract[]