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