Click or drag to resize

DocumentRepositoryGetPhysicalFileById Method

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

Namespace: Ignition.DocumentManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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