RosterLoaderCreateEmptyRoster Method |
Creates a new Roster from an XML file.
Namespace:
ASAP.NRP.Core.Tools
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic Roster CreateEmptyRoster(
string SchedulingPeriodFile
)
Public Function CreateEmptyRoster (
SchedulingPeriodFile As String
) As Roster
public:
Roster^ CreateEmptyRoster(
String^ SchedulingPeriodFile
)
member CreateEmptyRoster :
SchedulingPeriodFile : string -> Roster
Parameters
- SchedulingPeriodFile
- Type: SystemString
The SchedulingPeriod XML file
Return Value
Type:
RosterNull if there was an error.
See Also