Sitefinity CMS

Telerik.Libraries Send comments on this topic.
GetImages Method
See Also 
Telerik.Libraries Namespace > ILibraryProvider Interface : GetImages Method


from
The position to start taking items from.
max
The maximum returned items.
sortExp
The sort expression to sort items by.
parentIDs
The IDs of the libraries to take items from.
Gets the images items for a specified set of libraries.

 

Namespace: Telerik.Libraries
Assembly: Telerik.Libraries (in Telerik.Libraries.dll)
  

Syntax

Visual Basic (Declaration) 
Function GetImages( _
   ByVal from As Integer, _
   ByVal max As Integer, _
   ByVal sortExp As String, _
   ByVal parentIDs() As Guid _
) As IList
Visual Basic (Usage)Copy Code
Dim instance As ILibraryProvider
Dim from As Integer
Dim max As Integer
Dim sortExp As String
Dim parentIDs() As Guid
Dim value As IList
 
value = instance.GetImages(from, max, sortExp, parentIDs)
C# 
IList GetImages( 
   int from,
   int max,
   string sortExp,
   Guid[] parentIDs
)

Parameters

from
The position to start taking items from.
max
The maximum returned items.
sortExp
The sort expression to sort items by.
parentIDs
The IDs of the libraries to take items from.

Return Value

IList object representing the selected items.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also