ModuleContext Class |
Namespace: ConnectedApps.Cms.Sdk.Framework
The ModuleContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | ModuleContext | Initializes a new instance of the ModuleContext class |
Name | Description | |
---|---|---|
![]() | DomainId |
Gets the unique identifier of the account's primary domain alias.
(Inherited from Context.) |
![]() | DomainName |
Gets the name of the account's primary domain alias.
(Inherited from Context.) |
![]() | IsMembershipUserAuthenticated |
Gets a value indicating if the membership user on the request is authenticated.
(Inherited from Context.) |
![]() | LanguageId |
Gets the request thread's language identifier.
|
![]() | MembershipUserId |
Gets the unique identifier of the membership user of the request, if any.
(Inherited from Context.) |
![]() | RequestUrl |
Gets the requested URL, if invoked in the WebView mode.
|
![]() | SetExpiration |
Gets a value indicating if extensions should set HTTP expiration headers.
|
![]() | UserId |
Gets the unique identifier of the admin user of the request, if any.
(Inherited from Context.) |
![]() | VersionId |
Gets a unique identifier for the version of the module's item. Used only by the managed asset module.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |