Click or drag to resize

FoundFile Class

Response child class from the GlobalNameSearch API method. The SearchResults class contains a collection of FoundFile.
Inheritance Hierarchy
SystemObject
  Orthogonal.Hoarder.StdLib.DTOFoundFile

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public sealed class FoundFile : IEquatable<FoundFile>

The FoundFile type exposes the following members.

Constructors
 NameDescription
Public methodFoundFile Response child class from the GlobalNameSearch API method. The SearchResults class contains a collection of FoundFile.
Top
Properties
 NameDescription
Public propertyFullname 
Public propertyId 
Public propertyLength 
Public propertyMedia 
Public propertyPart 
Public propertyTitleName 
Top
See Also