[This is preliminary documentation and is subject to change.]
Get the names of the section
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int GetSectionNames( MetaConstants..::.MetaEntity me, int metaId, ref string section1, ref string section2, ref string section3, ref string section4 ) |
Visual Basic (Declaration) |
---|
Public Function GetSectionNames ( _ me As MetaConstants..::.MetaEntity, _ metaId As Integer, _ ByRef section1 As String, _ ByRef section2 As String, _ ByRef section3 As String, _ ByRef section4 As String _ ) As Integer |
Visual C++ |
---|
public: int GetSectionNames( 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