Plumtree EDK (Enterprise Web Development Kit) 5.4.0

Plumtree.Remote.PRC.Content Namespace

Contains IContentFactory, a factory interface to obtain various Content managers, and common exception classes used by all Content Server objects (See Content Item Example for sample code on how to retrieve a Content factory and various Content managers).

Since EDK 5.2

Namespace hierarchy

Classes

ClassDescription
ContentException Thrown when a remote invocation results in an error.
ContentSecurityException Thrown when a user does not have the appropriate access to perform a Content operation.
NameAlreadyInUseException Thrown when creating an object with a name that is already used by an existing object of the same type in the same folder.

For Content Server properties, this exception will be thrown when adding a property with a name that is already used by another property of a different type in the same Data Entry Template.

Interfaces

InterfaceDescription
IContentFactory Factory interface to obtain the various Content Managers.