The methods of the IContentItem interface are listed below. For a complete list of IContentItem interface members, see the IContentItem Members topic.
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. |
IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace