Click or drag to resize

ContainerFolderAddSubFolder Method

RESERVED. Adds a related path to a root folder. Used internally by SDK.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
public void AddSubFolder(
	string path,
	bool isDirectory
)

Parameters

path  String
Directory or file path
isDirectory  Boolean
True if the path is a directory, false if it is file item path.
Remarks
This method is used internally by SDK to reconstruct archive and other container folder hierarchies.
See Also