SharpSchedule

StaffPictureManager.FetchActive Method 

Fetch the active picture object.

[Visual Basic]
Public Function FetchActive( _
   ByVal staff As Staff _
) As StaffPicture
[C#]
public StaffPicture FetchActive(
   Staff staff
);

Parameters

staff
The staff object to search for pictures for.

Return Value

A collection of pictures that the staff owns.

See Also

StaffPictureManager Class | Ozanam.Schedule.Store.Database.StaffAccess Namespace