Represents data structure of a content area on an extension page including
extension function properties. Each content area can consist of multiple content functions.
A content area could either belong to an extension page or a content function.
Namespace:
Dropit.Extension.Core
Examples
The following code example shows how to get ContentAreaData instances from an ExtensionPageData
CopyC#
// Create an extension page from a specified page type ExtensionPageData page = ExtensionPageData.Create(PageReference.StartPage, pageTypeID); // Get the collection of available content area on the extension page IList<ContentAreaData> areas = page.GetContentAreas();
Assembly: Dropit.Extension (in Dropit.Extension.dll) Version: 3.2.6.326
Syntax
| C# |
|---|
[SerializableAttribute] public class ContentAreaData : IExtensionTransfer<ContentAreaData> |