ContainerFolderAddSubFolder Method

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

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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