TagListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Api.dll

Definition

class TagListOptions
{
	string ApplicationIds { get; set;  }
	string ApplicationTypeIds { get; set;  }
	string ContainerIds { get; set;  }
	string ContentTypeIds { get; set;  }
	bool? LogicallyOrTags { get; set;  }
	int? MinimumContentCount { get; set;  }
	int? PageIndex { get; set;  }
	int? PageSize { get; set;  }
	string SortBy { get; set;  }
	string SortOrder { get; set;  }
	string Tags { get; set;  }
	Guid? TypeId { get; set;  }
}

Properties

NameTypeDescriptionDefaultOptions
ApplicationIdsstring
ApplicationTypeIdsstring
ContainerIdsstring
ContentTypeIdsstring
LogicallyOrTagsbool?
MinimumContentCountint?
PageIndexint?
PageSizeint?
SortBystring
SortOrderstring
Tagsstring
TypeIdGuid?