[This is preliminary documentation and is subject to change.]
InsertAddress
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int InsertAddress( int addressbookId, UserInfo uf, ref int status ) |
Visual Basic (Declaration) |
---|
Public Function InsertAddress ( _ addressbookId As Integer, _ uf As UserInfo, _ ByRef status As Integer _ ) As Integer |
Visual C++ |
---|
public: int InsertAddress( int addressbookId, UserInfo^ uf, int% status ) |
Parameters
- addressbookId
- Type: System..::.Int32
- status
- Type: System..::.Int32%