Click or drag to resize
AttachmentInfoProviderEnsurePhysicalFileInternal 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: 8.2.23
Syntax
C#
protected virtual string EnsurePhysicalFileInternal(
	AttachmentInfo atInfo,
	string siteName
)

Parameters

atInfo
Type: CMS.DocumentEngineAttachmentInfo
Attachment info
siteName
Type: SystemString
Site name

Return Value

Type: String
See Also