[This is preliminary documentation and is subject to change.]
Resets the user state
Namespace:
OfficeClip.DBLayer.ProviderAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int ResetUserState( int orgId, string userName, DateTime inactiveSinceDate, int pathId ) |
Visual Basic (Declaration) |
---|
Public Function ResetUserState ( _ orgId As Integer, _ userName As String, _ inactiveSinceDate As DateTime, _ pathId As Integer _ ) As Integer |
Visual C++ |
---|
public: int ResetUserState( int orgId, String^ userName, DateTime inactiveSinceDate, int pathId ) |
Parameters
- orgId
- Type: System..::.Int32
- userName
- Type: System..::.String
- inactiveSinceDate
- Type: System..::.DateTime
- pathId
- Type: System..::.Int32