[This is preliminary documentation and is subject to change.]
Gets the regarding name from the metabase
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string GetMetaRegardingName( BusinessConstants..::.ObjectType oType, int objectId ) |
Visual Basic (Declaration) |
---|
Public Function GetMetaRegardingName ( _ oType As BusinessConstants..::.ObjectType, _ objectId As Integer _ ) As String |
Visual C++ |
---|
public: String^ GetMetaRegardingName( BusinessConstants..::.ObjectType oType, int objectId ) |
Parameters
- objectId
- Type: System..::.Int32