SharpSchedule

StaffPictureManager.Fetch Method (Int64)

Retrieve the staff picture for the given id.

[Visual Basic]
Overloads Public Function Fetch( _
   ByVal id As Long _
) As StaffPicture
[C#]
public StaffPicture Fetch(
   long id
);

Parameters

id
The id of the staff picture.

Return Value

The staff picture.

See Also

StaffPictureManager Class | Ozanam.Schedule.Store.Database.StaffAccess Namespace | StaffPictureManager.Fetch Overload List