Click or drag to resize

AssetServicesCreateResumeFolder Method


Creates AssetFolders of given paths; Creates all missing folders for each path; Resume folder that matches the paths in the entire ancestors chains.

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<AssetFolderResumeData[]> CreateResumeFolder(
	string[] folderPaths
)

Parameters

folderPaths
Type: SystemString
Array of paths of folders to create/resume

Return Value

Type: XHRServiceResponseGenericAssetFolderResumeData
The created/resumed folders, including folder paths and folder unique ids
See Also