Folder.CreateManagedFolderChange Method
Public Shared Function CreateManagedFolderChange( _
ByVal folder_id As EntityID, _
ByVal version As Integer, _
ByVal user_id As EntityID, _
ByVal description As String, _
ByVal state As FolderState, _
ByVal db As IDatabase _
) As EntityID
This language is not supported or no code example is available.
Parameters
- folder_id
- EntityID
the id of the folder
- version
- int
the change version
- user_id
- EntityID
the user id
- description
- string
the description
- state
- FolderState
- db
- IDatabase
the db connection to use
Return Value
EntityIDthe newly created change id