[This is preliminary documentation and is subject to change.]

Gets all the details of a photo identified by photoId.

Namespace:  OfficeClip.DBLayer.OfficePortal
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public PhotoInfo GetPhotoDetail(
	int photoId
)
Visual Basic (Declaration)
Public Function GetPhotoDetail ( _
	photoId As Integer _
) As PhotoInfo
Visual C++
public:
PhotoInfo^ GetPhotoDetail(
	int photoId
)

Parameters

photoId
Type: System..::.Int32
The database specific id of the photo.

Return Value

Instance of the PhotoInfo object containing all the information related to a photo. OfficeClip.BusinessLayer.OfficePortal..::.PhotoInfo

See Also