[This is preliminary documentation and is subject to change.]
            Gets all the details of a photo identified by photoId.
            
    Namespace: 
   OfficeClip.DBLayer.OfficePortalAssembly: 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. 
