DocumentRepositoryGetPhysicalFileById Method
Retrieves a single physical file by the id of the DocumentMetadata that represents it
Namespace: Ignition.DocumentManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public PhysicalFile GetPhysicalFileById(
NetForumId documentId
)
Public Function GetPhysicalFileById (
documentId As NetForumId
) As PhysicalFile
public:
virtual PhysicalFile^ GetPhysicalFileById(
NetForumId^ documentId
) sealed
abstract GetPhysicalFileById :
documentId : NetForumId -> PhysicalFile
override GetPhysicalFileById :
documentId : NetForumId -> PhysicalFile
- documentId NetForumId
- The id of the DocumentMetadata whose physical file should be retrieved
PhysicalFileThe requested physical file