Package | Description |
---|---|
com.fatwire.assetapi.site |
Modifier and Type | Method and Description |
---|---|
List<SiteInfo> |
SiteManager.list()
Gets the list of SiteInfo exist in Content Server
|
QueryResultWrapper<List<SiteInfo>> |
SiteManager.list(Condition query,
List<SortOrder> sortorders,
int start,
int count)
Gets the list of SiteInfo exist in Content Server
|