The methods of the IContentItem interface are listed below. For a complete list of IContentItem interface members, see the IContentItem Members topic.
![]() | Clears the portlet association for this content item. |
![]() | Returns an array of IBaseProperty for all the properties of the IContentItem . |
![]() | Returns the object ID of the portlet associated with this content item or 0 if there is no portlet association. |
![]() | Returns the value of the specified IBooleanProperty . |
![]() | Returns the IFolder that contains this content item. |
![]() | Returns the Data Entry Template for this content item. |
![]() | Returns the value of the specified IDateProperty . |
![]() | Returns the value of the specified IDoubleProperty . |
![]() | Returns the name of the file for the specified IFileProperty after SetFilePropertyValue is called. |
![]() | Returns the value of the specified IFileProperty . |
![]() | Returns the height of the image (in pixels) for the specified IImageProperty . |
![]() | Returns the name of the image for the specified IImageProperty after SetImagePropertyValue is called. |
![]() | Returns the value of the specified IImageProperty . |
![]() | Returns the width of the image (in pixels) for the specified IImageProperty . |
![]() | Returns the value of the specified IIntegerProperty . |
![]() | Returns the value of the specified IItemCollectionProperty . |
![]() | Returns the value of the specified IItemReferenceProperty . |
![]() | Returns an IBaseProperty of the specified name if it exists on the content item. |
![]() | Returns the value of the specified ISelectionListProperty . |
![]() | Returns the value of the specified ITextBlockProperty . |
![]() | Returns the value of the specified ITextLineProperty . |
![]() | Returns true if the last checked in date is available otherwise false . |
![]() | Returns true if the last modified date is available otherwise false . |
![]() | Returns true if the last published date is available otherwise returns false . |
![]() | Returns true if the value of the specified property has been set for this content item, otherwise false . |
![]() | Sets the portlet ID associated with this content item. |
![]() | Updates the value of the IBooleanProperty . |
![]() | Updates the value of the IDateProperty . |
![]() | Updates the value of the IDoubleProperty . |
![]() | Updates the value of the IFileProperty . |
![]() | Updates the value of the IImageProperty . |
![]() | Updates the value of the IIntegerProperty . |
![]() | Updates the value of the IItemCollectionProperty . |
![]() | Updates the value of the IItemReferenceProperty . |
![]() | Updates the value of the ISelectionListProperty . |
![]() | Updates the value of the ITextBlockProperty . |
![]() | Updates the value of the ITextLineProperty . |
IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace