Container FolderIs Root Property
Gets or sets whether this folder is the root folder. See remarks.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool IsRoot { get; set; }Property Value
BooleanRemarks
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.