Folder.SetFolderType Method
Public Shared Sub SetFolderType( _
ByVal folder_id As EntityID, _
ByVal type As FolderType, _
ByVal recursive As Boolean, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
Parameters
- folder_id
- EntityID
the id of hte folder
- type
- FolderType
the type of folder
- recursive
- bool
whether or not this should be done recursively (generally, yes)
- user_id
- EntityID
the user doing the set
- db
- IDatabase
the db connection to use