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.5.94
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: SystemString
Array of paths of folders to create/resume
Return Value
Type:
XHRServiceResponseGenericAssetFolderResumeDataThe created/resumed folders, including folder paths and folder unique ids
See Also