Nucleus .Net Core CMS

Portable.PortableContent Class

Namespace: Nucleus.Abstractions.Portable
Assembly: Nucleus.Abstractions.dll
Payload for import/export operations/implementations and users of the IPortable interface.

Constructors

Nucleus.Abstractions.Portable.PortableContent Constructor

Nucleus.Abstractions.Portable.PortableContent ()
Parameterless constructor, used when you want to set the properties of this class after creating it.

Nucleus.Abstractions.Portable.PortableContent Constructor

Nucleus.Abstractions.Portable.PortableContent (String typeURN, List<Object> items)
Constructor used to populate type URN and a list of items.
Parameters
Name Type
typeURN String
items System.Collections.Generic.List<System.Object>

Nucleus.Abstractions.Portable.PortableContent Constructor

Nucleus.Abstractions.Portable.PortableContent (String typeURN, Object item)
Constructor used to populate type URN and a single item.
Parameters
Name Type
typeURN String
item Object

Properties

TypeURN Property

String value which specifies the type of data in the Items list. Available values are under control of the module or extension which implements Portable.IPortable.

Items Property

A list of objects to export or import.