_CustomXMLPart.Load(String) Method

Definition

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

Applies to