Click or drag to resize
GlobalModule Class
Represents the base class of all global module extensions. Global module's primary method of invocation is by overriding a virtual method in this base class. Most overrides have matching "pre" and post hook operations. The "pre" override can provide the opportunity to manipulate data arguments and/or cancel the operating from committing.
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.Sdk.FrameworkGlobalModule

Namespace: ConnectedApps.Cms.Sdk.Framework
Assembly: ConnectedApps.Cms.Sdk (in ConnectedApps.Cms.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract class GlobalModule

The GlobalModule type exposes the following members.

Constructors
  NameDescription
Protected methodGlobalModule
Initializes a new instance of the GlobalModule class
Top
Properties
  NameDescription
Public propertyContext
Gets the context at runtime.
Public propertyMultipleSiteModes
Gets a value indicating the account has multiple site modes.
Public propertySiteMode
Gets the mode of the site the request is processed on.
Top
Methods
  NameDescription
Public methodActivated
Invoked when a global module is activated.
Public methodAssetCreated
Invoked when an asset has been created.
Public methodAssetCreating
Invoked when an asset is creating.
Public methodAssetDeleted
Invoked when an asset has been deleted.
Public methodAssetDeleting
Invoked when an asset is deleting.
Public methodAssetFolderCreated
Invoked when an asset folder has been created.
Public methodAssetFolderCreating
Invoked when an asset folder is creating.
Public methodAssetFolderDeleted
Invoked when an asset folder has been deleted.
Public methodAssetFolderDeleting
Invoked when an asset folder is deleting.
Public methodAssetFolderMoved
Invoked when an asset folder has been moved.
Public methodDomainAliasResolving
Invoked when domain aliases are resolving.
Public methodDraftItemDeleted
Invoked when a draft item has been deleted.
Public methodDraftItemDeleting
Invoked when a draft item is deleting.
Public methodDraftItemInserted
Invoked when a draft item has been inserted.
Public methodDraftItemInserting
Invoked when a draft item is inserting.
Public methodDraftItemPublished
Invoked when a draft item has been published.
Public methodDraftItemPublishing
Invoked when a draft item is publishing.
Public methodDraftItemUpdated
Invoked when a draft item has been updated.
Public methodDraftItemUpdating
Invoked when a draft item is updating
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodItemDeleted
Invoked with an item has been deleted.
Public methodItemDeleting
Invoked when an item is deleting.
Public methodItemInserted
Invoked when an item has been inserted.
Public methodItemInserting
Invoked when an item is inserting.
Public methodItemMetaUpdated
Invoked when an item's meta has been updated.
Public methodItemMetaUpdating
Invoked when an item's meta is updating.
Public methodMasterDeleted
Invoked when a master has been deleted.
Public methodMasterDeleting
Invoked when a master is deleting.
Public methodMasterInserted
Invoked when a master has been inserted.
Public methodMasterInserting
Invoked when a master is inserting.
Public methodMasterUpdated
Invoked when a master has been updated.
Public methodMasterUpdating
Invoked when a master is updating.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPageWebViewRendered
Invoked when a page item's WebView mode has been rendered.
Public methodPageWebViewRendering
Invoked when a page's WebView mode is rendering.
Public methodResponseHeadersSetting
Invoked when a page item's response headers are being set.
Public methodSynchronized
Invoked when a synchronization process has completed.
Public methodTemplateDeleted
Invoked when a template has been deleted.
Public methodTemplateDeleting
Invoked when a template is deleting.
Public methodTemplateInserted
Invoked when a template has been inserted.
Public methodTemplateInserting
Invoked when a template is inserting.
Public methodTemplateUpdated
Invoked when a template has been updated.
Public methodTemplateUpdating
Invoked when a template is updating.
Public methodTokenizing
Invoked when tokens are being processed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUrlAliasResolved
Invoked when URL aliases have been resolved.
Public methodUrlAliasResolving
Invoked when URL aliases are resolving.
Top
See Also