Interface IRootContext
Functionality for working with within the context or the Roster root.
Inherited Members
Namespace: Microsoft.XboxStudios.SQTech.Roster.Client
Assembly: Microsoft.XboxStudios.SQTech.Roster.Client.Common.dll
Syntax
public interface IRootContext : IMetadataContext, ISecurityContext, IPrincipalSecurityContext, IContainerSecurityContext
Methods
View SourceForUser()
Gets the context for a user in the root.
Declaration
IUserContext ForUser()
Returns
Type | Description |
---|---|
IUserContext | The user context. |