Click or drag to resize

ContainerFolderIsRoot Property

Gets or sets whether this folder is the root folder. See remarks.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool IsRoot { get; set; }

Property Value

Boolean
Remarks
The root folder has DisplayName set to "Root" and is not part of container item paths. Container items that are in the "Root" directory do not have a path associated with them in the container. Sub-folders under the "Root" (see SubFolders) do not have "Root" as part of their DisplayName.
See Also