Click or drag to resize

ContainerFolder Class

Represents an internal folder in a container format such as an archive directory or Microsoft Outlook PST/OST folder.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.ContentContainerFolder

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class ContainerFolder

The ContainerFolder type exposes the following members.

Constructors
 NameDescription
Public methodContainerFolderInitializes a new instance of the ContainerFolder class
Top
Properties
 NameDescription
Public propertyContentCount Content count of this folder (this does not include the content count of sub-folders).
Public propertyDisplayName Folder display name.
Public propertyIsRoot Gets or sets whether this folder is the root folder. See remarks.
Public propertyPath Full relative path of the folder.
Public propertySubFolderPathDictionary Dictionary with sub-folder path as key (and key does not have trailing path char '\\').
Public propertySubFolders All sub-folders of this folder.
Top
Methods
 NameDescription
Public methodAddSubFolder RESERVED. Adds a related path to a root folder. Used internally by SDK.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
Container documents, i.e., documents that contain other documents (e.g., .zip, .rar, Outlook PST, Exchange Server (.edb), etc.), have internal folders that organize the contained child documents.
See Also