The UserSessionInfo class Provides access to the data folders and reports of this user.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public class UserSessionInfo
Public Class UserSessionInfo
public ref class UserSessionInfo
Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
![]() | UserSessionInfo()()() | |
![]() | DataFolders |
Retrieves List of Active Data Folders to which the current login session has read or write access to.
|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetLoans(ICollection, SearchLoanType, SearchByType, SearchOption, String, String) |
Gets a list of LoanInfo matching the provided search parameters
|
![]() | GetLoans(SearchLoanType, SearchByType, SearchOption, String, String) |
Gets a list of LoanInfo matching the provided search parameters
|
![]() | GetLoansByStatus(ICollection, SearchLoanType, LoanStatusType) |
Gets a list of LoanInfo matching the provided loan status
|
![]() | GetLoansByStatus(SearchLoanType, LoanStatusType) |
Gets a list of LoanInfo matching the provided loan status
|
![]() | GetReports()()() |
Retrieves a collection of Reports this user can run.
|
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |
Inheritance Hierarchy| Object | |
![]() | UserSessionInfo |
Assembly: PDK (Module: PDK)



