Interface IServerSession
Interface for the current server session information.
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IServerSession
Properties
IsAdministrator
Gets whether or not the current user has administrator access.
Declaration
bool IsAdministrator { get; }
Property Value
Type | Description |
---|---|
bool |
Settings
Gets the site settings, or null if the user does not have access to the settings.
Declaration
ISiteSettings? Settings { get; }
Property Value
Type | Description |
---|---|
ISiteSettings |
Site
Gets the current session's site.
Declaration
IContentReference Site { get; }
Property Value
Type | Description |
---|---|
IContentReference |