ProjectServiceBaseInternalCreateProjectArchiveManagerFromFileOrFolderLocation Method |
Enumerates the registered types for a manager that implements
IFileBasedProjectArchiveManager and searches for the type that can handle the provided file or folder.
Namespace: Altaxo.DomAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected abstract IProjectArchiveManager InternalCreateProjectArchiveManagerFromFileOrFolderLocation(
PathName fileOrFolderName
)
Parameters
- fileOrFolderName PathName
- Name of the file or folder.
Return Value
IProjectArchiveManager[Missing <returns> documentation for "M:Altaxo.Dom.ProjectServiceBase.InternalCreateProjectArchiveManagerFromFileOrFolderLocation(Altaxo.Main.Services.PathName)"]
See Also