Dynamicweb 8 Documentation
RenderUsers(UserCollection,Template,SortFields,SortOrders,Boolean,PagingHandler,Group) Method

Syntax
'Declaration
 
Public Shared Sub RenderUsers( _ 
   ByVal users As UserCollection, _ 
   ByVal template As Template, _ 
   ByVal sortField As User.SortFields, _ 
   ByVal sortOrder As Frontend.SortOrders, _ 
   ByVal includeParentGroups As Boolean, _ 
   ByVal pagingHandler As PagingHandler, _
   ByVal sortInGroup As Group _ 
) 
public static void RenderUsers( 
   UserCollection users,
   Template template,
   User.SortFields sortField,
   Frontend.SortOrders sortOrder,
   bool includeParentGroups,
   PagingHandler pagingHandler,
   Group sortInGroup 
)

Parameters

users
template
sortField
sortOrder
includeParentGroups
pagingHandler
sortInGroup
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Renderer Class
Renderer Members

Send Feedback