AttachmentBinaryHelperGetFilePhysicalPathInternal Method |
Returns physical path to the file.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual string GetFilePhysicalPathInternal(
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:
StringSee Also