C# Class ACR_ServerMisc.CampaignObjectFileStore

This class implements a storage provider for the campaign database that is backed by the raw file system.
Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Private Methods

Method Description
DeleteDatabaseStore ( string Campaign ) : bool

Delete a campaign database store for the given campaign name (raw GFF on filesystem format).

DeleteDatabaseStoreAtIndex ( string Campaign, int Index ) : bool

Delete all GFF files in a campaign database at and above a given index.

GetHasDatabaseStore ( string Campaign ) : bool

Check whether there is a campaign database store for the given campaign name (raw GFF on filesystem format).