The ExtensionGeneric type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExtensionGeneric | ||
| ExtensionGeneric | Initializes a new instance of the ExtensionGeneric class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| CONTAINER_PAGE_PROPERTY |
Constant to represent the name of ContainerPageProperty of Extension Container page.
This should be used internally.
| |
| CONTENT_DATA_PAGE_NAME |
Constant to represent the prefix for the extension content data pages holder.
This should be used internally.
| |
| DEFAULT_ALLOWED_PROPERTIES_FOR_EDIT |
Default value
| |
| EXTENSION_CONTAINER_PAGE_TYPE |
Constant to represent the prefix for the extension container pages holder.
This should be used internally.
| |
| EXTENSION_DATA_PAGE_NAME |
Constant to represent the prefix for the extension data holder.
This should be used internally.
| |
| EXTENSION_EDIT_ON_PAGE_MENU_ITEM_NAME |
Constant to represent the name of the extension edit-on-page menu item.
This should be used internally.
| |
| EXTENSION_FUNCTION_NAME_PREFIX |
Constant to represent the prefix for the extension content functions.
This should be used internally.
| |
| EXTENSION_FUNCTION_PROPERTY |
Name of the Extension function property
| |
| EXTENSION_PAGE_PROPERTY |
Name of the Extension page property.
| |
| EXTENSION_PREFIX |
Constant to represent the extension prefix for extension page types and content function page types and other extension components.
This should be used internally.
| |
| EXTENSION_SHADOW_PAGE_PRFIX |
Constant to represent the prefix for the extension shadow pages.
This should be used internally.
| |
| EXTENSION_TAB_NAME |
Define the name of the tab will be used for editing Extension contents.
| |
| EXTENSION_TEMPLATE_HOLDER_PAGE_NAME |
Constant to represent the prefix for the extension template pages holder.
This should be used internally.
| |
| GLOBAL_FUNCTION_HOLDER_PAGE_NAME |
Constant to represent the prefix for the extension global functions holder.
This should be used internally.
| |
| logger | ||
| NEVER_USED_PROPERTY |
Constant to represent the name of NeverUsedProperty of ContentFunctionData instances.
This should be used internally.
| |
| QUERY_PAGE_LINK |
Constant to represent the query key that holds the extension page link for specifying an extension page version.
This should be used internally.
| |
| QUERY_RANDOM |
Constant to represent the query key that holds the random value for each request to an extension page.
This should be used internally.
| |
| QUERY_UID |
Constant to represent the query key that holds the extension unique identity for each request to an extension page via HTTP query string.
This should be used internally.
| |
| QUERY_VIEW_MODE |
Constant to represent the query key that holds the extension view mode via HTTP query string.
This should be used internally.
| |
| SESSION_VIEW_MODE |
Constant to represents a session key for storing extension view mode.
This should be used internally.
| |
| TEMPLATE_NEWPAGE_SUFFIX |
Constant to represent the prefix for the extension template new pages name.
This should be used internally.
| |
| TEMPLATE_PREFIX |
Constant to represent the prefix for the extension template pages name.
This should be used internally.
|