Click or drag to resize
ModuleContext Properties

The ModuleContext type exposes the following members.

Properties
  Name Description
Public property DomainId
Gets the unique identifier of the account's primary domain alias.
(Inherited from Context.)
Public property DomainName
Gets the name of the account's primary domain alias.
(Inherited from Context.)
Public property IsMembershipUserAuthenticated
Gets a value indicating if the membership user on the request is authenticated.
(Inherited from Context.)
Public property LanguageId
Gets the request thread's language identifier.
Public property MembershipUserId
Gets the unique identifier of the membership user of the request, if any.
(Inherited from Context.)
Public property RequestUrl
Gets the requested URL, if invoked in the WebView mode.
Public property SetExpiration
Gets a value indicating if extensions should set HTTP expiration headers.
Public property UserId
Gets the unique identifier of the admin user of the request, if any.
(Inherited from Context.)
Public property VersionId
Gets a unique identifier for the version of the module's item. Used only by the managed asset module.
Top
See Also