MediaLibraryInfoProviderGetMediaLibraries Method (String, String, Int32, String) |
Returns information on libraries matching specified criteria.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax public static ObjectQuery<MediaLibraryInfo> GetMediaLibraries(
string where,
string orderBy = null,
int topN = 0,
string columns = null
)
Parameters
- where
- Type: SystemString
Where condition to filter data - orderBy (Optional)
- Type: SystemString
Order by statement to use - topN (Optional)
- Type: SystemInt32
Top N records - columns (Optional)
- Type: SystemString
List of columns to be returned
Return Value
Type:
ObjectQueryMediaLibraryInfoSee Also