Table of Contents

Class ReferenceContentFile

Namespace
Acuit.Pinpoint.Client2
Assembly
Acuit.Pinpoint.Client2.dll

A reference content file that applies to a unit scan.

[DataContract]
public class ReferenceContentFile : IExtensibleDataObject
Inheritance
ReferenceContentFile
Implements
Inherited Members

Properties

ExtensionData

Gets or sets the structure that contains extra data.

public ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject

FileName

Gets or sets the file name of the content file on Acuit Pinpoint Server.

[DataMember]
public string FileName { get; set; }

Property Value

string

Remarks

This will be a full path to the file, but from the perspective of Acuit Pinpoint Server. The workstation should use the Acuit Pinpoint Server file API (i.e., RetrieveFile or RetrieveFileAsync) to retrieve the file content.

Parameters

Gets the collection of viewer-specific parameters.

[DataMember]
public ICollection<KeyValuePair<string, string>> Parameters { get; }

Property Value

ICollection<KeyValuePair<string, string>>

ReferenceTypeName

Gets or sets the reference content type name.

[DataMember]
public string ReferenceTypeName { get; set; }

Property Value

string