Click or drag to resize
AttachmentBinaryHelperEnsurePhysicalFile Method
Ensures the file in the file system and returns the path to the file.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public static string EnsurePhysicalFile(
	DocumentAttachment attachment
)

Parameters

attachment
Type: CMS.DocumentEngineDocumentAttachment
Document attachment.

Return Value

Type: String
See Also