TodotxtTouch.WindowsPhone.Service.ArchiveTaskFileService.GetFilePath C# (CSharp) Method

GetFilePath() protected method

protected GetFilePath ( ) : string
return string
        protected override string GetFilePath()
        {
            return Settings.ArchiveFilePath;
        }