SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.CMS.Project.Folder.IFiles Interface Reference
+ Inheritance diagram for erminas.SmartAPI.CMS.Project.Folder.IFiles:
+ Collaboration diagram for erminas.SmartAPI.CMS.Project.Folder.IFiles:

Public Member Functions

void Add (string filename, string directory)
 
void AddRange (IEnumerable< FileSource > sources)
 
ReadOnlyCollection< IFileGetByNamePattern (string searchText)
 
void Remove (string filename)
 
void RemoveForcibly (string filename)
 
void RemoveRange (IEnumerable< string > filenames)
 
void RemoveRangeForcibly (IEnumerable< string > filenames)
 

Properties

IFolder Folder [get]
 
- Properties inherited from erminas.SmartAPI.CMS.Project.IProjectObject
IProject Project [get]
 
- Properties inherited from erminas.SmartAPI.CMS.ISessionObject
ISession Session [get]
 

Detailed Description

Definition at line 171 of file IFiles.cs.

Member Function Documentation

void erminas.SmartAPI.CMS.Project.Folder.IFiles.Add ( string  filename,
string  directory 
)
void erminas.SmartAPI.CMS.Project.Folder.IFiles.AddRange ( IEnumerable< FileSource sources)
ReadOnlyCollection<IFile> erminas.SmartAPI.CMS.Project.Folder.IFiles.GetByNamePattern ( string  searchText)
void erminas.SmartAPI.CMS.Project.Folder.IFiles.Remove ( string  filename)
void erminas.SmartAPI.CMS.Project.Folder.IFiles.RemoveForcibly ( string  filename)
void erminas.SmartAPI.CMS.Project.Folder.IFiles.RemoveRange ( IEnumerable< string >  filenames)
void erminas.SmartAPI.CMS.Project.Folder.IFiles.RemoveRangeForcibly ( IEnumerable< string >  filenames)

Property Documentation

IFolder erminas.SmartAPI.CMS.Project.Folder.IFiles.Folder
get

Definition at line 175 of file IFiles.cs.


The documentation for this interface was generated from the following file: