Click or drag to resize

IAssetMap Methods


The IAssetMap type exposes the following members.

Methods
  Name Description
Public method Archive Archive the specified path map entries.
(Inherited from IPathMap)
Public method Delete Delete the specified path map entries.
(Inherited from IPathMap)
Public method Item Get asset map entry matching the content item
Public method ItemByID Get asset map entry matching the content id
Public method ItemByPath Get asset map entry matching the path
Public method Rebuild Rebuild the asset map
Public method Touch Updated the entity's LastModified value to the current time.
(Inherited from IEntity)
Public method UnArchive Unarchive the specified path map entries.
(Inherited from IPathMap)
Public method ValidateData Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity)
Public method ValidateUserPermission Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.
(Inherited from IEntity)
Top
See Also