SharpSchedule

PlacementTypeAccessHelper.Update Method 

Update the placement type in the database.

[Visual Basic]
Public Sub Update( _
   ByVal placementType As PlacementType, _
   ByVal user As String _
)
[C#]
public void Update(
   PlacementType placementType,
   string user
);

Parameters

placementType
Missing <param> documentation for placementType
user
Missing <param> documentation for user

See Also

PlacementTypeAccessHelper Class | Ozanam.Schedule.Web.Database Namespace