Share via


ImageRenditionCollection members

Provides image rendition information for a specific site collection.

The ImageRenditionCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets an integer value that represents the number of image renditions.
Public property IsReadOnly Gets a Boolean value that indicates whether the collection is read-only.
Public property Item Gets a value that returns the rendition for the specified index.

Top

Methods

  Name Description
Public method Add Adds an image rendition to the collection of renditions.
Public method Clear Clears the collection.
Public method Contains Checks if the specified rendition is part of the collection.
Public method CopyTo Copies the image renditions into the specified array.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator for the image renditions.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the specified rendition from the collection.
Public method ToString (Inherited from Object.)
Public method Update Updates the site collection with the current image renditions.

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator for the image renditions.

Top

See also

Reference

ImageRenditionCollection class

Microsoft.SharePoint.Publishing namespace