Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Content.Metadata.IMContent Interface Reference

Interface for a content metadata node. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Content.Metadata.IMContent:
PushTechnology.ClientInterface.Client.Content.Metadata.IMGroup PushTechnology.ClientInterface.Client.Content.Metadata.IMNode

Additional Inherited Members

Detailed Description

Interface for a content metadata node.

This describes the layout of topic content and can be made up of records and/or fields.

Content can be built using an IMContentBuilder or using a IMetadataFactory convenience method. For example:

var factory = Diffusion.Metadata;

var content = factory.Content( "Content", factory.Record( "REC", factory.String( "A" ), factory.String( "B" ) ) );

The above example would create a content definition with a single record that has two string fields named 'A' and 'B'.


The documentation for this interface was generated from the following file: