Click or drag to resize
IMediaFileUsageSearchResult Interface
Represents result of search in Media files usage system index.

Namespace: CMS.MediaLibrary.Internal
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax
C#
public interface IMediaFileUsageSearchResult

The IMediaFileUsageSearchResult type exposes the following members.

Properties
  NameDescription
Public propertyLocation
Location of the found item.
Public propertyObjectDisplayName
Display name of the found item.
Public propertyObjectID
Object ID of the found item.
Public propertyObjectSiteID
Object site ID of the found item.
Public propertyObjectType
Object type of the found item.
Public propertyVersion
Version of the found item.
Top
Methods
  NameDescription
Public methodGetObjectEditRelativePath
Returns relative path to edit the object.
Top
See Also