ATMLProject.model.TestProgramSet.SaveReaderATMLDocument C# (CSharp) Méthode

SaveReaderATMLDocument() public méthode

public SaveReaderATMLDocument ( string documentName, byte contentBytes, bool forceOverWrite ) : void
documentName string
contentBytes byte
forceOverWrite bool
Résultat void
        public void SaveReaderATMLDocument( string documentName, byte[] contentBytes, bool forceOverWrite )
        {
            SaveATMLDocument( documentName, AtmlFileType.AtmlTypeTestConfiguration, contentBytes, forceOverWrite );
        }