AcManager.Tools.ContentInstallation.SharpCompressContentInstallator.GetBaseId C# (CSharp) Méthode

GetBaseId() protected méthode

protected GetBaseId ( ) : string
Résultat string
        protected override string GetBaseId() {
            var id = Path.GetFileNameWithoutExtension(Filename)?.ToLower();
            return AcStringValues.IsAppropriateId(id) ? id : null;
        }