DocumentRepositoryGetPhysicalFileById Method

Retrieves a single physical file by the id of the DocumentMetadata that represents it

Definition

Namespace: Ignition.DocumentManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public PhysicalFile GetPhysicalFileById(
	NetForumId documentId
)

Parameters

documentId  NetForumId
The id of the DocumentMetadata whose physical file should be retrieved

Return Value

PhysicalFile
The requested physical file

See Also