 | 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)
Syntaxpublic void ChangeFolderType(
string vaultidentifier,
string folderid,
string ftname
)
Public Sub ChangeFolderType (
vaultidentifier As String,
folderid As String,
ftname As String
)
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
See Also