Click or drag to resize

ConnectionChangeFolderType Method

Changes the folder type of a folder.

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void ChangeFolderType(
	string vaultidentifier,
	string folderid,
	string ftname
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the folder resides.
folderid
Type: SystemString
The unique identifier of the folder inside the vault.
ftname
Type: SystemString
The name of the destination folder type.
Remarks