[This is preliminary documentation and is subject to change.]
Sets the profile string from context
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
protected void SetProfileStringToContext( int userId, int groupId, Constants..::.ApplicationType aType, string profile ) |
| Visual Basic (Declaration) |
|---|
Protected Sub SetProfileStringToContext ( _ userId As Integer, _ groupId As Integer, _ aType As Constants..::.ApplicationType, _ profile As String _ ) |
| Visual C++ |
|---|
protected: void SetProfileStringToContext( int userId, int groupId, Constants..::.ApplicationType aType, String^ profile ) |
Parameters
- userId
- Type: System..::.Int32
- groupId
- Type: System..::.Int32
- profile
- Type: System..::.String
