Click or drag to resize

IMultiEntryMetadata Interface


Represents an object that holds a collection of string values.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IMultiEntryMetadata

The IMultiEntryMetadata type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the count of entries
Top
Methods
 NameDescription
Public methodAdd Adds a new value to the collection
Public methodClear Clears all entries in the collection, this will cause the collection to be empty
Public methodRemove Removes a value from the collection
Public methodValues Retrieves all items from the collection
Top
See Also