_CustomXMLPart.Load(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows the template author to populate a _CustomXMLPart from an existing file. Returns True if the load was successful.
public:
bool Load(System::String ^ FilePath);
public bool Load (string FilePath);
abstract member Load : string -> bool
Public Function Load (FilePath As String) As Boolean
Parameters
- FilePath
- String
Points to the file on the user’s computer or on a network containing the XML to be loaded.
Returns
Boolean