osapi.jive.corev3.extprops.ExtProps
Extended Properties
is a way to store app / integration specific properties for content, people or places.
Each property has a name, value and a parent object. Only Jive Apps and Jive Integrations can make use of extended properties.
Extended properties are stored within the context of app or integration, i.e. properties created by an integration or app are available only for that app or integration.
Example:
Save Extended Properties
Extended Properties can be created by executing createExtProp methods on any person or place or content object. For e.g. Read createExtProps() to learn how to save extended props.
Fetch Extended Properties
Extended Properties can be fetched by executing getExtProp methods on any person or place or content object. For e.g. Read getExtProps() to learn how to fetch extended props.
Delete Extended Properties
Extended Properties can be deleted by executing deleteExtProp methods on any person or place or content object. For e.g. Read deleteExtProps() to learn how to delete extended props.