ActivityMoveToFreeTime Method |
Moves to free time.
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool MoveToFreeTime(
List<Guid> selectedToMove
)
Public Function MoveToFreeTime (
selectedToMove As List(Of Guid)
) As Boolean
public:
bool MoveToFreeTime(
List<Guid^>^ selectedToMove
)
member MoveToFreeTime :
selectedToMove : List<Guid> -> bool
Parameters
- selectedToMove
- Type: System.Collections.GenericListGuid
Return Value
Type:
Boolean
Exceptions
See Also