Click or drag to resize
ConnectedApps.Cms.Sdk.Framework Namespace
 
Classes
  Class Description
Public class AddOn
Represents the base class of all add-on extensions.
Public class AddOnContext
Represents information passed to add-ons at runtime.
Public class AdminCreateItemViewAttribute
Represents an attribute to mark a module method to be used for the AdminCreateItemView mode.
Public class 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.
Public class 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.
Public class AllowGetAttribute
Represents an attribute marked on a service method that allows the GET verb.
Public class CommandArgumentAttribute
Deprecated
Public class Context
Represents the base class of all contexts passed to extensions at runtime.
Public class CustomViewContext
Represents information passed to a custom view placed on a master or template at runtime.
Public class 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.
Public class GlobalModuleContext
Represents information passed to a global module at runtime.
Public class Module
Represents the base class of all module extensions. Only hooks that relate to the module's item are available for implementation.
Public class ModuleContext
Represents information passed to a module at runtime.
Public class ScriptMethodAttribute
Deprecated.
Public class Service
Represents the base class of all service extensions.
Public class ServiceContext
Represents information passed to a service at runtime.
Public class ValidationAttribute
Represents an attribute to mark a module method to invoke on validation events.
Public class ViewAttribute
Represents the base class for view attributes in modules.
Public class ViewUtility
Internal use only.
Public class 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.
Interfaces
  Interface Description
Public interface IUserProvider
Represents an interface user providers must implement.
Enumerations
  Enumeration Description
Public enumeration ModuleVerb
Public enumeration ViewFolderSource