AssetMember is represent a member in an Asset collection.
It always represent a specific file type.
AssetMember is versioned. Each version of the AssetMember is an AssetBinary. The latest AssetBinary is always
the current version.
AssetMember represent a specific file, therefore, its FileName and FileExtension cannot be updated.
Namespace: Cartella.InterfacesAssembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public interface IAssetMember : IAssetCommon, IUniqueObject, IDisposable |
| Visual Basic |
|---|
Public Interface IAssetMember _ Inherits IAssetCommon, IUniqueObject, IDisposable |
| Visual C++ |
|---|
public interface class IAssetMember : IAssetCommon, IUniqueObject, IDisposable |