Click or drag to resize
AttachmentBinaryHelperEnsurePhysicalFileInternal 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#
protected virtual string EnsurePhysicalFileInternal(
	DocumentAttachment attachment
)

Parameters

attachment
Type: CMS.DocumentEngineDocumentAttachment
Document attachment.

Return Value

Type: String
See Also