[This is preliminary documentation and is subject to change.]

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected bool DocumentRenameFilesystem(
	string oldName,
	int id,
	bool isFolder,
	int userId,
	int groupId
)
Visual Basic (Declaration)
Protected Function DocumentRenameFilesystem ( _
	oldName As String, _
	id As Integer, _
	isFolder As Boolean, _
	userId As Integer, _
	groupId As Integer _
) As Boolean
Visual C++
protected:
bool DocumentRenameFilesystem(
	String^ oldName, 
	int id, 
	bool isFolder, 
	int userId, 
	int groupId
)

Parameters

oldName
Type: System..::.String
The previous name of the document/folder.
id
Type: System..::.Int32
The unique id of the document/folder being renamed.
isFolder
Type: System..::.Boolean
Flag (True/False) indicating whether the document is a folder.
userId
Type: System..::.Int32
The unique id of the user whose document/folder is renamed.
groupId
Type: System..::.Int32
The unique id of the group whose document/folder is renamed.

Return Value

Flag (True/False) indicating the rename succeeded or not.

See Also