[This is preliminary documentation and is subject to change.]
This topic contains the reference material for the . For this release, the documentation only covers the syntax of the classes, properties, methods, and fields, with no additional content. The following namespaces are used.
-
Microsoft.LiveFX
-
Contains the LiveItem base class, as well as many classes that inherit from it, such as MeshApplication, Mesh, DataFeed, DataEntry, Contact, and Profile. It also includes the LiveOperatingEnvironment class.
-
Microsoft.LiveFX.ResourceModel
-
Contains resources and related classes. If you call the get_resource method (the Resource property) on a LiveItem object, it will return one of these resource classes. For example, calling DataEntry.get_resource() will return a DataEntryResource object.
-
Microsoft.Web.FeedSync
-
Contains classes, such as Sync and History, which are used for synchronization and conflicts.
-
Sys
-
Contains helper classes, such as TimeSpan and TimeZoneInfo.
-
Sys.Linq.Expressions
-
Contains classes used for LINQ queries.
-
Sys.ServiceModel.Syndication
-
Contains the SyndicationCategory class and related classes. The Categories field of various resource objects returns a collection of SyndicationCategory objects.
-
Sys.Xml
-
Contains the XmlQualifiedName class. Use of this class is not documented for this release.