FocDocumentData Class

Used for communication between FOC and FDA. It is intended for internal FileHold use only.

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.2.0.0
C#
public class FocDocumentData
Inheritance
Object    FocDocumentData

Constructors

FocDocumentDataInitializes a new instance of the FocDocumentData class
FocDocumentData(String)Initializes a new instance of the FocDocumentData class
FocDocumentData(TupleInt32, String)Initializes a new instance of the FocDocumentData class
FocDocumentData(FocDocumentDataType, String)Initializes a new instance of the FocDocumentData class

Properties

Methods

IsMatching 
IsNotValidToBeDeleted Cannot get file path for mail opened from disk by Outlook, so the delete option won't work as intended. Outlook does not provide API to get the mail file's original location, because it generates temporary files and the 'path' and 'tempPath' reference the temporary files. Similar case is with OneNote.
IsNotWithFilePath 
IsUsingEntryId 
ToTuple 

Extension Methods

Convert Converts an object to a specified type.
(Defined by ObjectExtension)
ConvertT
(Defined by ObjectExtension)
ConvertT Converts an object to a specified type.
(Defined by ObjectExtension)
ToJson
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert
(Defined by ObjectExtension)
TryConvert Attempts to convert an object to a specified type.
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT
(Defined by ObjectExtension)
TryConvertT Attempts to convert an object to a specified type.
(Defined by ObjectExtension)

See Also