XmlHelperWriteFileAsBase64 Method |
Writes the given physical file to the XML as Base64.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static long WriteFileAsBase64(
XmlWriter xml,
string filePath
)
Parameters
- xml
- Type: System.XmlXmlWriter
Xml writer - filePath
- Type: SystemString
File path
Return Value
Type:
Int64Returns the file size
See Also