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