The ContentFunctionType type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ContentFunctionType |
Initializes an instance of the ContentFunctionType 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.) | |
| GetAvailableContentAreas |
Return the defined ExtensionContentArea controls on page.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Load |
Gets an instance of the ContentFunctionType class by the specified type identity.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Save |
Saves this instance.
| |
| ToString | (Inherited from Object.) | |
| UsedInPages | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
| _exportedFileName | ||
| _pageType | ||
| _properties |
Properties
| Name | Description | |
|---|---|---|
| Description |
Gets or sets the description of the content function type instance.
| |
| ExportedFileName |
Gets or sets the application relative path to the content function UI control template.
| |
| FileName |
Gets or sets the path to the content function UI control template.
| |
| FunctionTypeID |
Gets or sets the identity of the content function type instance.
| |
| Name |
Gets or sets the name of the content function type instance.
| |
| Properties |
Gets or sets the properties.
| |
| SortOrder |
Gets or sets the sorting order of the content function type instance.
|