Click or drag to resize

DocumentRepositoryGetPhysicalFileByDocumentParent Method

Retrieves a single physical file by an entity that references a single document and implements the IHasDocumentMetadata interface

Namespace: Ignition.DocumentManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public PhysicalFile GetPhysicalFileByDocumentParent(
	IHasDocumentMetadata hasDocumentMetadata
)

Parameters

hasDocumentMetadata  IHasDocumentMetadata
The document-referencing entity

Return Value

PhysicalFile
The requested physical file
See Also