[This is preliminary documentation and is subject to change.]
Inserts a new ContactRole into database
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void InsertMetaRoleInfo( int orgId, string roleName ) |
| Visual Basic (Declaration) |
|---|
Public Sub InsertMetaRoleInfo ( _ orgId As Integer, _ roleName As String _ ) |
| Visual C++ |
|---|
public: void InsertMetaRoleInfo( int orgId, String^ roleName ) |
Parameters
- orgId
- Type: System..::.Int32
- roleName
- Type: System..::.String
