DocumentRepositoryTryGetPhysicalFile(IHasDocumentMetadata, PhysicalFile) Method
Attempts to retrieve a file by an entity that references a the file's DocumentMetadata
Namespace: Ignition.DocumentManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool TryGetPhysicalFile(
IHasDocumentMetadata attachedDocumentMetadataObject,
out PhysicalFile fileShim
)
Public Function TryGetPhysicalFile (
attachedDocumentMetadataObject As IHasDocumentMetadata,
<OutAttribute> ByRef fileShim As PhysicalFile
) As Boolean
public:
virtual bool TryGetPhysicalFile(
IHasDocumentMetadata^ attachedDocumentMetadataObject,
[OutAttribute] PhysicalFile^% fileShim
) sealed
abstract TryGetPhysicalFile :
attachedDocumentMetadataObject : IHasDocumentMetadata *
fileShim : PhysicalFile byref -> bool
override TryGetPhysicalFile :
attachedDocumentMetadataObject : IHasDocumentMetadata *
fileShim : PhysicalFile byref -> bool
- attachedDocumentMetadataObject IHasDocumentMetadata
- The entity that references the document metadata whose physical file should be retrieved
- fileShim PhysicalFile
- The retrieved file if successful; otherwise null
BooleanTrue if the file was retrieved successfully; otherwise false