ProjectControllerGetHomeFolderItemCounts Method

POST /Project/GetHomeFolderItemCounts Gets the count of item of folders.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("GetHomeFolderItemCounts")]
public IActionResult GetHomeFolderItemCounts(
	[FromBodyAttribute] GetHomeItemCountOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsGetHomeItemCountOptions
The GetHomeItemCountOptions class used to configure the method.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: IActionResult
An array of FileData, or a status code indicating the reason for failure.
See Also