IUnmanagedAssetFileInfo Property
|
Gets the file info object of this unmanaged asset
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax FileInfo FileInfo { get; }
ReadOnly Property FileInfo As FileInfo
Get
property FileInfo^ FileInfo {
FileInfo^ get ();
}
abstract FileInfo : FileInfo with get
Property Value
Type:
FileInfoRemarks Calling this property will create a file handle to the underlying file on disk
See Also