You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Interfaces > IProject Interface
> IProject Methods > IProject.GetCollapsed Method
Close
Ofcas.Lk.Api.Client - Version 3.0
IProject.GetCollapsed Method

Retrieves the status for the given list of ICoreInfoCollapsable. The status indicates whether the ICoreInfoCollapsable is collapsed in the user interface. The default status is set to false. The status can be set by SetCollapsed.

Syntax
C#
ICollapsedResult GetCollapsed(IEnumerable<ICoreInfoCollapsable> infos);
Parameters
Description
IEnumerable<ICoreInfoCollapsable> infos
The collection of ICoreInfoCollapsable from which the status will be returned.

Returns a ICollapsedResult, which contains the status for each given ICoreInfoCollapsable

Copyright © 2020. All rights reserved.