Asset Binary represents a version of a binary file. It carries all the additional properties with it, which are identified by subclass (e.g. ImageBinary). This information is captured from the actual binary file and stored in the database upon creation of the binary record.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public interface IAssetBinary : IAssetCommon, 
	IUniqueObject, IDisposable
Visual Basic
Public Interface IAssetBinary _
	Inherits IAssetCommon, IUniqueObject, IDisposable
Visual C++
public interface class IAssetBinary : IAssetCommon, 
	IUniqueObject, IDisposable

Remarks

Binary is equal to Asset Member's "Version"

See Also