withSIX.Core.PathConfiguration.GetMyDocumentsPath C# (CSharp) Метод

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

protected GetMyDocumentsPath ( ) : IAbsoluteDirectoryPath
Результат IAbsoluteDirectoryPath
        protected virtual IAbsoluteDirectoryPath GetMyDocumentsPath()
            => GetFolderPath(EnvironmentSpecial.SpecialFolder.MyDocuments).ToAbsoluteDirectoryPath();