Click or drag to resize
ConnectionCreateNewFolder Method
Makes sure the folder does exist in the vault and optionally updates its properties

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public string CreateNewFolder(
	string vaultidentifier,
	string folderpath,
	Object properties = null,
	Object values = null
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the new folder should be created.
folderpath
Type: SystemString
Path for the folder
properties (Optional)
Type: SystemObject
An array of property names for the folder that need to be initialized with values.
values (Optional)
Type: SystemObject
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

Type: String
ID of the created folder
Remarks
If the folder already exists it is not considered as an error
See Also