Click or drag to resize

IAssetMap Methods


The IAssetMap type exposes the following members.

Methods
  NameDescription
Public methodArchive
Archive the specified path map entries.
(Inherited from IPathMap.)
Public methodDelete
Delete the specified path map entries.
(Inherited from IPathMap.)
Public methodItem
Get asset map entry matching the content item
Public methodItemByID
Get asset map entry matching the content id
Public methodItemByPath
Get asset map entry matching the path
Public methodRebuild
Rebuild the asset map
Public methodTouch
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.)
Public methodUnArchive
Unarchive the specified path map entries.
(Inherited from IPathMap.)
Public methodValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public methodValidateUserPermission
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