summaryM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortPages(System.String,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
Namespace: DotNetNuke.Web.InternalServicesAssembly: DotNetNuke.Web (in DotNetNuke.Web.dll)
Syntax
C# |
---|
[HttpGetAttribute] public HttpResponseMessage SortPages( string treeAsJson, int sortOrder = 0, string searchText = "", int portalId = -1, bool includeDisabled = false, bool includeAllTypes = false, bool includeActive = true, bool includeHostPages = false, string roles = "" ) |
Visual Basic |
---|
<HttpGetAttribute> Public Function SortPages ( treeAsJson As String, Optional sortOrder As Integer = 0, Optional searchText As String = "", Optional portalId As Integer = -1, Optional includeDisabled As Boolean = false, Optional includeAllTypes As Boolean = false, Optional includeActive As Boolean = true, Optional includeHostPages As Boolean = false, Optional roles As String = "" ) As HttpResponseMessage |
Parameters
- treeAsJson
- Type: System..::..String
paramtreeAsJsonM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortPages(System.String,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
- sortOrder
- Type: System..::..Int32
paramsortOrderM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortPages(System.String,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
- searchText
- Type: System..::..String
paramsearchTextM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortPages(System.String,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortPages(System.String,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
- includeDisabled
- Type: System..::..Boolean
paramincludeDisabledM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortPages(System.String,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
- includeAllTypes
- Type: System..::..Boolean
paramincludeAllTypesM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortPages(System.String,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
- includeActive
- Type: System..::..Boolean
paramincludeActiveM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortPages(System.String,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
- includeHostPages
- Type: System..::..Boolean
paramincludeHostPagesM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortPages(System.String,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
- roles
- Type: System..::..String
paramrolesM:DotNetNuke.Web.InternalServices.ItemListServiceController.SortPages(System.String,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)