ILibraryComponentCopy link to this sectionLink to this section copied!

This interface allows to import library files or get all the library files from the project.

DeclarationCopy link to this sectionLink to this section copied!

ILibraryComponent : IDispatch

PropertiesCopy link to this sectionLink to this section copied!

Array<ILibraryFile> Files - Gets all the library files the from project.

MethodsCopy link to this sectionLink to this section copied!

AddFile(IFolder target, String source) - Imports the file specified by source in the desired target folder.

AddFileS(String target, String source) - Imports the file specified by source in the desired target folder specified by project path.