NetCommunity Class

Contains properties exposing the API objects needed for creating custom CMS parts.
Inheritance Hierarchy
SystemObject
  BBNCExtensions.APINetCommunity

Namespace: BBNCExtensions.API
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract class NetCommunity

The NetCommunity type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCurrent
Returns the current instance of the NetCommunity class.
Properties
  NameDescription
Public propertyAppFxWebServiceProvider
Retrieves the current instance of the AppFx web service for fetching data from the CRM.
Public propertyCustomTransactions
Create custom transaction types and transactions to write data to the CRM.
Public propertyDocuments
Add and manage documents to use in the CMS.
Public propertyEmails
Wraps functionality dealing with sending and obtaining status information for emails sent through the CMS.
Public propertyImages
Get URL and other information about site images.
Public propertyNavigation
Exposes URLs for pages and other CMS artifacts needed to navigate the web site.
Public propertyPages
Provides the ability to navigate and link to site pages.
Public propertyParts
Create and manage parts and load or save custom part content.
Public propertyRss
Post stories to and retrieve information about RSS feeds on the web site.
Public propertySecurePayments
Wraps functionality dealing with sending and obtaining information from BBSP.
Public propertyServices
Provides Facebook integration with the CMS.
Public propertySettings
Retrieves various site settings such as default page ID and password restrictions, as well as AppFx web service settings.
Public propertyTransactions
Create integrated transactions to write data to the CRM.
Public propertyUsers
Create, authenticate, and manage site users.
Public propertyUtility
Wraps properties that expose micellaneous CMS functionality, including attributes, code tables, localization, version information, and online payments.