BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > CreateNewFolder(String, String, Object, Object)
CreateNewFolder Method (vaultidentifier, folderpath, properties, values)
Makes sure the folder does exist in the vault and optionally updates its properties
Declaration Syntax
C#Visual BasicVisual C++
public string CreateNewFolder(
	string vaultidentifier,
	string folderpath,
	Object properties,
	Object values
)
Public Function CreateNewFolder ( _
	vaultidentifier As String, _
	folderpath As String, _
	properties As Object, _
	values As Object _
) As String
public:
String^ CreateNewFolder(
	String^ vaultidentifier, 
	String^ folderpath, 
	Object^ properties, 
	Object^ values
)
Parameters
vaultidentifier (String)
The vault in which the new folder should be created.
folderpath (String)
Path for the folder
properties (Object)
An array of property names for the folder that need to be initialized with values.
values (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

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)