[This is preliminary documentation and is subject to change.]

Encapsulates both the in-memory representation of the server state and the logic required for loading and saving the file system copy.

Namespace:  Facebook.Configuration
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public class FeedTemplateBundleIds : List<FeedTemplateBundleIdMap>
Visual Basic (Declaration)
Public Class FeedTemplateBundleIds _
	Inherits List(Of FeedTemplateBundleIdMap)
Visual C++
public ref class FeedTemplateBundleIds : public List<FeedTemplateBundleIdMap^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(FeedTemplateBundleIdMap>)>)
    Facebook.Configuration..::.FeedTemplateBundleIds

See Also

FeedTemplateBundleIds Members
Facebook.Configuration Namespace