[This is preliminary documentation and is subject to change.]
Gets the bulletin board user profile
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public BulletinBoardUserProfile GetBulletinBoardUserProfile( int userId, int groupId ) |
Visual Basic (Declaration) |
---|
Public Function GetBulletinBoardUserProfile ( _ userId As Integer, _ groupId As Integer _ ) As BulletinBoardUserProfile |
Visual C++ |
---|
public: BulletinBoardUserProfile^ GetBulletinBoardUserProfile( int userId, int groupId ) |
Parameters
- userId
- Type: System..::.Int32
- groupId
- Type: System..::.Int32