Connection CreateNewFolder Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Makes sure the folder does exist in the vault and optionally updates its properties

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public string CreateNewFolder(
	string vaultidentifier,
	string folderpath,
	Object properties = null,
	Object values = null
)

Parameters

vaultidentifier
Type: OnlineSystem String
The vault in which the new folder should be created.
folderpath
Type: OnlineSystem String
Path for the folder
properties (Optional)
Type: OnlineSystem Object
An array of property names for the folder that need to be initialized with values.
values (Optional)
Type: OnlineSystem Object
An array of values for the properties specified in the properties parameter. The dimensions of the properties array and values array should be identical. The values array must be an array of variants.

Return Value

ID of the created folder
Remarks

If the folder already exists it is not considered as an error
See Also