BookmarkListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class BookmarkListOptions
{
	Guid? ApplicationId { get; set;  }
	Guid? ContainerId { get; set;  }
	IEnumerable<Guid> ContentTypeIds { get; set;  }
	bool? IncludeAllTypeIds { get; set;  }
	bool? IncludeSubContainers { get; set;  }
	int? PageIndex { get; set;  }
	int? PageSize { get; set;  }
	string SortBy { get; set;  }
	string SortOrder { get; set;  }
	Guid? TypeId { get; set;  }
	int? UserId { get; set;  }
}
Properties
| Name | Type | Description | Default | Options | 
|---|---|---|---|---|
| ApplicationId | Guid? | Content application identifier | ||
| ContainerId | Guid? | Content container identifier | ||
| ContentTypeIds | IEnumerable<Guid> | Comma-seperated list of content type identifiers | ||
| IncludeAllTypeIds | bool? | Option to include all Type Id's. If TypeId is passed in, will be ignored. | False | |
| IncludeSubContainers | bool? | Include sub containers. ContainerId must be set if this is set. | ||
| PageIndex | int? | Specify the page number of paged results to return. Zero-based index. | ||
| PageSize | int? | Specify the number of results to return per page. | ||
| SortBy | string | Sort mechanism | Application, Date, Title | |
| SortOrder | string | Sort order | Ascending, Descending | |
| TypeId | Guid? | Categorization type | ||
| UserId | int? | User identifier |