IAssetFile Method |
Retrieves the FileInfo object for the associated file.
The FileInfo class provides properties and methods for manipulating physical files and facilitates creation of FileStream objects.
Namespace: Ingeniux.CMS
if(contentItem.FileInfo.Exists){ //Additional Actions }