Click or drag to resize
MediaLibraryInfoProviderGetMediaLibraries Method (String, String, Int32, String)
Returns information on libraries matching specified criteria.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
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: ObjectQueryMediaLibraryInfo
See Also