ImageRendition.Id property

Gets the ID of an image rendition.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Id As Integer
    Get
    Friend Set
'Usage
Dim instance As ImageRendition
Dim value As Integer

value = instance.Id
[DataMemberAttribute]
public int Id { get; internal set; }

Property value

Type: System.Int32
The ID of an image rendition.

Remarks

The ID of an image rendition is set by the collection when the rendition is added.

See also

Reference

ImageRendition class

ImageRendition members

Microsoft.SharePoint.Publishing namespace