AquaLogic Interaction Development Kit (IDK) 6.0.0

IContentItem Members

IContentItem overview

Public Instance Properties

CheckedOut Gets a value indicating whether or not the content item is checked out.
CheckedOutUserID Gets the ID of the user who has the item checked out.
EditorURL Gets the Content Item Editor URL for the item.
Expired Gets a value indicating whether or not the content item is expired.
LastCheckedInDate Gets the last checked in date.
LastCheckedInVersionComment Gets the last checked in version comment of the item.
LastModifiedDate Gets the last modified date.
LastPublishedDate Gets the last published date.
LastPublishedUserID Gets the ID of the user who last published the item.
LatestVersionNumber Gets the latest version number of the item.
Name Gets or sets the content item name.
PreviewURL Gets the URL to preview the content item.
Publishable Gets a value indicating whether or not the content item can be published.
Published Gets a value indicating whether or not the content item is published.
PublishURL Gets the URL to the published content item.
UUID Gets the content item UUID.

Public Instance Methods

ClearAssociatedPortletID Clears the portlet association for this content item.
GetAllProperties Returns an array of IBaseProperty for all the properties of the IContentItem.
GetAssociatedPortletID Returns the object ID of the portlet associated with this content item or 0 if there is no portlet association.
GetBooleanPropertyValue Returns the value of the specified IBooleanProperty.
GetContainingFolder Returns the IFolder that contains this content item.
GetDataEntryTemplate Returns the Data Entry Template for this content item.
GetDatePropertyValue Returns the value of the specified IDateProperty.
GetDoublePropertyValue Returns the value of the specified IDoubleProperty.
GetFileName Returns the name of the file for the specified IFileProperty after SetFilePropertyValue is called.
GetFilePropertyValue Returns the value of the specified IFileProperty.
GetImageHeight Returns the height of the image (in pixels) for the specified IImageProperty.
GetImageName Returns the name of the image for the specified IImageProperty after SetImagePropertyValue is called.
GetImagePropertyValue Returns the value of the specified IImageProperty.
GetImageWidth Returns the width of the image (in pixels) for the specified IImageProperty.
GetIntegerPropertyValue Returns the value of the specified IIntegerProperty.
GetItemCollectionPropertyValue Returns the value of the specified IItemCollectionProperty.
GetItemReferencePropertyValue Returns the value of the specified IItemReferenceProperty.
GetProperty Returns an IBaseProperty of the specified name if it exists on the content item.
GetSelectionListPropertyValue Returns the value of the specified ISelectionListProperty.
GetTextBlockPropertyValue Returns the value of the specified ITextBlockProperty.
GetTextLinePropertyValue Returns the value of the specified ITextLineProperty.
HasLastCheckedInDate Returns true if the last checked in date is available otherwise false.
HasLastModifiedDate Returns true if the last modified date is available otherwise false.
HasLastPublishedDate Returns true if the last published date is available otherwise returns false.
HasPropertyValue Returns true if the value of the specified property has been set for this content item, otherwise false.
SetAssociatedPortletID Sets the portlet ID associated with this content item.
SetBooleanPropertyValue Updates the value of the IBooleanProperty.
SetDatePropertyValue Updates the value of the IDateProperty.
SetDoublePropertyValue Updates the value of the IDoubleProperty.
SetFilePropertyValue Updates the value of the IFileProperty.
SetImagePropertyValue Updates the value of the IImageProperty.
SetIntegerPropertyValue Updates the value of the IIntegerProperty.
SetItemCollectionPropertyValue Updates the value of the IItemCollectionProperty.
SetItemReferencePropertyValue Updates the value of the IItemReferenceProperty.
SetSelectionListPropertyValue Updates the value of the ISelectionListProperty.
SetTextBlockPropertyValue Updates the value of the ITextBlockProperty.
SetTextLinePropertyValue Updates the value of the ITextLineProperty.

See Also

IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace