Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IPropertyManager Interface

Handles creation of various types of Content Server properties, all of which are sub-types of IBaseProperty.

After a property is created it can be added to a new or persisted IDataEntryTemplate using IDataEntryTemplate.AddProperty. See IDataEntryTemplate code sample and documentation on how to create properties of various types and add them to a new Data Entry Template.

No Store method is needed to persist a property after it is created.

Property objects cannot be added to a folder and thus they are not retrievable by themselves. Any properties that are not added to a Data Entry Template will be "lost". IDataEntryTemplate.GetAllProperties will return all properties that have been added to a template if the template was stored after the property addition.

Refer to the Administrator Guide for Content Server for additional details on Content Server property and its usage.

For a list of all members of this type, see IPropertyManager Members.

public interface IPropertyManager

Requirements

Namespace: Plumtree.Remote.PRC.Content.Property

Assembly: edk (in edk.dll)

See Also

IPropertyManager Members | Plumtree.Remote.PRC.Content.Property Namespace