Click or drag to resize

IAssetRelations Interface


Represents a set of Assets related to another Asset. Each relation has a unique name.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IAssetRelations

The IAssetRelations type exposes the following members.

Methods
 NameDescription
Public methodClear Clears all relations in the collection
Public methodItem Retrieves a related Asset by the relation name.
Public methodItems Retrieves the collection of related Assets
Public methodRemove(IAsset) Removes a relation by the related Asset
Public methodRemove(String) Removes a relation by its name
Top
See Also