summaryM:DotNetNuke.Web.InternalServices.ItemListServiceController.GetTreePathForPage(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)

Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
[HttpGetAttribute]
public HttpResponseMessage GetTreePathForPage(
	string itemId,
	int sortOrder = 0,
	int portalId = -1,
	bool includeDisabled = false,
	bool includeAllTypes = false,
	bool includeActive = true,
	bool includeHostPages = false,
	string roles = ""
)
Visual Basic
<HttpGetAttribute> 
Public Function GetTreePathForPage ( 
	itemId As String,
	Optional sortOrder As Integer = 0,
	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

itemId
Type: System..::..String
paramitemIdM:DotNetNuke.Web.InternalServices.ItemListServiceController.GetTreePathForPage(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
sortOrder
Type: System..::..Int32
paramsortOrderM:DotNetNuke.Web.InternalServices.ItemListServiceController.GetTreePathForPage(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Web.InternalServices.ItemListServiceController.GetTreePathForPage(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
includeDisabled
Type: System..::..Boolean
paramincludeDisabledM:DotNetNuke.Web.InternalServices.ItemListServiceController.GetTreePathForPage(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
includeAllTypes
Type: System..::..Boolean
paramincludeAllTypesM:DotNetNuke.Web.InternalServices.ItemListServiceController.GetTreePathForPage(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
includeActive
Type: System..::..Boolean
paramincludeActiveM:DotNetNuke.Web.InternalServices.ItemListServiceController.GetTreePathForPage(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
includeHostPages
Type: System..::..Boolean
paramincludeHostPagesM:DotNetNuke.Web.InternalServices.ItemListServiceController.GetTreePathForPage(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
roles
Type: System..::..String
paramrolesM:DotNetNuke.Web.InternalServices.ItemListServiceController.GetTreePathForPage(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)

Return Value

returnsM:DotNetNuke.Web.InternalServices.ItemListServiceController.GetTreePathForPage(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)

See Also