SessionDataExtensions Class

Session Data Extensions

Definition

Namespace: MobileTrack.DataContainers.Extensions
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static class SessionDataExtensions
Inheritance
Object    SessionDataExtensions

Methods

FilterItemsByUserPermissionsT Filters the items to the environment and sub-environments the currentUser has access to. If the currentUser is in the main environment, no filter will be applied.
GetAccessibleEnvironmentsForUser Returns a list of environments the currentUser has access to.
GetUserPermissionsForItem Retrieves all user permissions a user has for a scope, either directly or from ancestor environments.

See Also