DocumentRepositoryTryGetPhysicalFile(DocumentMetadata, PhysicalFile) Method

Attempts to retrieve the physical file related to a DocumentMetadata

Definition

Namespace: Ignition.DocumentManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public bool TryGetPhysicalFile(
	DocumentMetadata documentMetadata,
	out PhysicalFile fileShim
)

Parameters

documentMetadata  DocumentMetadata
The DocumentMetadata whose corresponding physical file should be retrieved
fileShim  PhysicalFile
The retrieved file if successful; otherwise null

Return Value

Boolean
True if the file was retrieved successfully; otherwise false

See Also