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

Sets 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 retrieved by GetCollapsed.

Syntax
C#
IResult SetCollapsed(IEnumerable<ICoreInfoCollapsable> infos, bool value);
Parameters
Description
IEnumerable<ICoreInfoCollapsable> infos
The collection of ICoreInfoCollapsable for which the status will be set.
bool value
The value to which the status will be set for the given ICoreInfoCollapsable.

Returns a IResult, which indicates whether the status was successfully set.

Copyright ORGADATA AG © 2023. All rights reserved.