IRemoveFilesComponent

This interface is meant to access existing file removal operations or create new ones.

DeclarationCopy link to this sectionLink to this section copied!

IRemoveFilesComponent : IDispatch

PropertiesCopy link to this sectionLink to this section copied!

Array<IUpdate> RemoveFiles - Gets the collection of file removal operations in the project .

MethodsCopy link to this sectionLink to this section copied!

NewRemoveFile(IFolder aFolder, String aFileName) returns IRemoveFile
Creates a new file removal operation in the specified folder .

See alsoCopy link to this sectionLink to this section copied!

IRemoveFile