PictureLibrarySlideshowWebPart.ImageInfo Members
Include Protected Members
Include Inherited Members
Defines information about an image that is being displayed in the PictureLibrarySlideshowWebPart.
The PictureLibrarySlideshowWebPart.ImageInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
descrption | Specifies the description of the image. | |
fullImageSrc | Specifies the encoded absolute URL of the image in the picture library. | |
height | Specifies the height of the image in pixels. | |
src | Specifies the encoded absolute URL of the image. | |
title | Specifies the title of the image. | |
width | Specifies the width of the image in pixels. |
Top