summaryM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortFolders(System.String,System.Int32,System.String,System.String,System.Int32)
Namespace: DotNetNuke.Web.InternalServicesAssembly: DotNetNuke.Web (in DotNetNuke.Web.dll)
Syntax
C# |
---|
[HttpGetAttribute] public HttpResponseMessage SortFolders( string treeAsJson, int sortOrder = 0, string searchText = "", string permission = null, int portalId = -1 ) |
Visual Basic |
---|
<HttpGetAttribute> Public Function SortFolders ( treeAsJson As String, Optional sortOrder As Integer = 0, Optional searchText As String = "", Optional permission As String = Nothing, Optional portalId As Integer = -1 ) As HttpResponseMessage |
Parameters
- treeAsJson
- Type: System..::..String
paramtreeAsJsonM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortFolders(System.String,System.Int32,System.String,System.String,System.Int32)
- sortOrder
- Type: System..::..Int32
paramsortOrderM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortFolders(System.String,System.Int32,System.String,System.String,System.Int32)
- searchText
- Type: System..::..String
paramsearchTextM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortFolders(System.String,System.Int32,System.String,System.String,System.Int32)
- permission
- Type: System..::..String
parampermissionM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortFolders(System.String,System.Int32,System.String,System.String,System.Int32)
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortFolders(System.String,System.Int32,System.String,System.String,System.Int32)