Docu.Output.BulkPageWriter.IsPartial C# (CSharp) Method

IsPartial() private method

private IsPartial ( string file ) : bool
file string
return bool
        private bool IsPartial(string file)
        {
            return Path.GetFileName(file).StartsWith("_");
        }