AcManager.Tools.ContentInstallation.SharpCompressContentInstallator.GetBaseId C# (CSharp) Метод

GetBaseId() защищенный Метод

protected GetBaseId ( ) : string
Результат string
        protected override string GetBaseId() {
            var id = Path.GetFileNameWithoutExtension(Filename)?.ToLower();
            return AcStringValues.IsAppropriateId(id) ? id : null;
        }