Makes sure the folder does exist in the vault and optionally updates its properties
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax
Parameters
- vaultidentifier
- Type:
System String
The vault in which the new folder should be created.
- folderpath
- Type:
System String
Path for the folder
- properties (Optional)
- Type:
System Object
An array of property names for the folder that need to be initialized with values.
- values (Optional)
- Type:
System 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 folderRemarks
See Also