C# Class Facebook.OpenGraph.Configuration.OpenGraphConfigurationSection

Contains information about OpenGraph.NET client applications.
Inheritance: System.Configuration.ConfigurationSection
Show file Open project: prabirshrestha/opengraph.net

Private Properties

Property Type Description

Public Methods

Method Description
RegisterApplication ( ApplicationConfigurationElement element ) : void

Adds the specified ApplicationConfigurationElement to the configuration tree.

This method is only available in Silverlight builds. The intent is to use configuration sections where they are available in full .NET releases, but to provide compatibility for Silverlight using the same internal framework.

Method Details

RegisterApplication() public method

Adds the specified ApplicationConfigurationElement to the configuration tree.

This method is only available in Silverlight builds. The intent is to use configuration sections where they are available in full .NET releases, but to provide compatibility for Silverlight using the same internal framework.

public RegisterApplication ( ApplicationConfigurationElement element ) : void
element ApplicationConfigurationElement The element to add.
return void