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.6.492
Syntax
public XHRServiceResponseGeneric<AssetFolderResumeData[]> CreateResumeFolder(
	string[] folderPaths
)

Parameters

folderPaths  String
Array of paths of folders to create/resume

Return Value

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