SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
Public Member Functions | |
ReadOnlyCollection< IFile > | GetByAttribute (FileComparisonAttribute attribute, FileComparisonOperator @operator, int value) |
Returns List of files that match a predicate on an attribute | |
ReadOnlyCollection< IFile > | GetByAuthor (IUser user) |
ReadOnlyCollection< IFile > | GetByLastModifier (IUser user) |
void | UpdateThumbnailAndFileInformation (string filename) |
void | UpdateThumbnailAndFileInformationForAll () |
void | UpdateThumbnailAndFileInformationRange (IEnumerable< string > filenames) |
Public Member Functions inherited from erminas.SmartAPI.CMS.Project.Folder.IFiles | |
void | Add (string filename, string directory) |
void | AddRange (IEnumerable< FileSource > sources) |
ReadOnlyCollection< IFile > | GetByNamePattern (string searchText) |
void | Remove (string filename) |
void | RemoveForcibly (string filename) |
void | RemoveRange (IEnumerable< string > filenames) |
void | RemoveRangeForcibly (IEnumerable< string > filenames) |
Properties | |
new IAssetManagerFolder | Folder [get] |
Properties inherited from erminas.SmartAPI.CMS.Project.Folder.IFiles | |
IFolder | Folder [get] |
Properties inherited from erminas.SmartAPI.CMS.Project.IProjectObject | |
IProject | Project [get] |
Properties inherited from erminas.SmartAPI.CMS.ISessionObject | |
ISession | Session [get] |
Definition at line 28 of file IAssetManagerFiles.cs.
ReadOnlyCollection<IFile> erminas.SmartAPI.CMS.Project.Folder.IAssetManagerFiles.GetByAttribute | ( | FileComparisonAttribute | attribute, |
FileComparisonOperator @ | operator, | ||
int | value | ||
) |
Returns List of files that match a predicate on an attribute
attribute | Attribute which values get checked in the predicate |
operator | Opreator e.g. "le" (less equal), "ge" (greater equal), "lt"(less than), "gt" (greater than) or "eq" (equal) |
value | Value e.g. 50 pixel/ 24 bit, etc. |
ReadOnlyCollection<IFile> erminas.SmartAPI.CMS.Project.Folder.IAssetManagerFiles.GetByAuthor | ( | IUser | user | ) |
ReadOnlyCollection<IFile> erminas.SmartAPI.CMS.Project.Folder.IAssetManagerFiles.GetByLastModifier | ( | IUser | user | ) |
void erminas.SmartAPI.CMS.Project.Folder.IAssetManagerFiles.UpdateThumbnailAndFileInformation | ( | string | filename | ) |
void erminas.SmartAPI.CMS.Project.Folder.IAssetManagerFiles.UpdateThumbnailAndFileInformationForAll | ( | ) |
void erminas.SmartAPI.CMS.Project.Folder.IAssetManagerFiles.UpdateThumbnailAndFileInformationRange | ( | IEnumerable< string > | filenames | ) |
|
get |
Definition at line 30 of file IAssetManagerFiles.cs.