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
)
Public Function CreateResumeFolder (
folderPaths As String()
) As XHRServiceResponseGeneric(Of AssetFolderResumeData())
public:
virtual XHRServiceResponseGeneric<array<AssetFolderResumeData^>^>^ CreateResumeFolder(
array<String^>^ folderPaths
) sealed
abstract CreateResumeFolder :
folderPaths : string[] -> XHRServiceResponseGeneric<AssetFolderResumeData[]>
override CreateResumeFolder :
folderPaths : string[] -> XHRServiceResponseGeneric<AssetFolderResumeData[]>
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