ConnectedApps.Cms.Sdk.Framework Namespace |
Class | Description | |
---|---|---|
![]() |
AddOn |
Represents the base class of all add-on extensions.
|
![]() |
AddOnContext |
Represents information passed to add-ons at runtime.
|
![]() |
AdminCreateItemViewAttribute |
Represents an attribute to mark a module method to be used for the AdminCreateItemView mode.
|
![]() |
AdminEditViewAttribute |
Represents an attribute to mark a module method to be used for the AdminEditView mode. In this mode, the DraftItem on an item will be set.
|
![]() |
AdminReadOnlyViewAttribute |
Represents an attribute to mark a module method to be used for the AdminReadOnlyView mode. In this mode, the PublishedItem on an item will be set.
|
![]() |
AllowGetAttribute |
Represents an attribute marked on a service method that allows the GET verb.
|
![]() |
CommandArgumentAttribute |
Deprecated
|
![]() |
Context |
Represents the base class of all contexts passed to extensions at runtime.
|
![]() |
CustomViewContext |
Represents information passed to a custom view placed on a master or template at runtime.
|
![]() |
GlobalModule |
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.
|
![]() |
GlobalModuleContext |
Represents information passed to a global module at runtime.
|
![]() |
Module |
Represents the base class of all module extensions. Only hooks that relate to the module's item are available for implementation.
|
![]() |
ModuleContext |
Represents information passed to a module at runtime.
|
![]() |
ScriptMethodAttribute |
Deprecated.
|
![]() |
Service |
Represents the base class of all service extensions.
|
![]() |
ServiceContext |
Represents information passed to a service at runtime.
|
![]() |
ValidationAttribute |
Represents an attribute to mark a module method to invoke on validation events.
|
![]() |
ViewAttribute |
Represents the base class for view attributes in modules.
|
![]() |
ViewUtility |
Internal use only.
|
![]() |
WebViewAttribute |
Represents an attribute to mark a module method to be used for the WebView mode. In this mode, the PublishedItem on an item will be set.
|
Interface | Description | |
---|---|---|
![]() |
IUserProvider |
Represents an interface user providers must implement.
|
Enumeration | Description | |
---|---|---|
![]() |
ModuleVerb | |
![]() |
ViewFolderSource |