Click or drag to resize

AssetServices.CreateResumeFolder 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:System.String[]
Array of paths of folders to create/resume

Return Value

Type: XHRServiceResponseGeneric<AssetFolderResumeData[]>
The created/resumed folders, including folder paths and folder unique ids
See Also