AcManager.Tools.ContentInstallation.DirectoryContentInstallator.GetBaseId C# (CSharp) 메소드

GetBaseId() 보호된 메소드

protected GetBaseId ( ) : string
리턴 string
        protected override string GetBaseId() {
            var id = Path.GetFileName(Directory)?.ToLower();
            return AcStringValues.IsAppropriateId(id) ? id : null;
        }