Click or drag to resize
AttachmentInfoProviderGetFilePhysicalPath Method
Returns physical path to the file.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetFilePhysicalPath(
	string siteName,
	string guid,
	string extension
)

Parameters

siteName
Type: SystemString
Site name
guid
Type: SystemString
File GUID
extension
Type: SystemString
File extension

Return Value

Type: String
See Also