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.3572.0 (4.8.3572.0)
Syntaxprotected abstract IProjectArchiveManager InternalCreateProjectArchiveManagerFromFileOrFolderLocation(
PathName fileOrFolderName
)
Parameters
- fileOrFolderName PathName
- Name of the file or folder.
Return Value
IProjectArchiveManagerThe project archive manager that can handle
fileOrFolderName.
See Also