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

Renames a section

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

Syntax

C#
public int RenameSection(
	MetaConstants..::.MetaEntity me,
	int metaId,
	string section1,
	string section2,
	string section3,
	string section4
)
Visual Basic (Declaration)
Public Function RenameSection ( _
	me As MetaConstants..::.MetaEntity, _
	metaId As Integer, _
	section1 As String, _
	section2 As String, _
	section3 As String, _
	section4 As String _
) As Integer
Visual C++
public:
int RenameSection(
	MetaConstants..::.MetaEntity me, 
	int metaId, 
	String^ section1, 
	String^ section2, 
	String^ section3, 
	String^ section4
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
metaId
Type: System..::.Int32
The meta id, usually the group id
section1
Type: System..::.String
The name of the first section
section2
Type: System..::.String
The name of the second section
section3
Type: System..::.String
The name of the third section
section4
Type: System..::.String
The name of the fourth section

Return Value

See Also