[This is preliminary documentation and is subject to change.]

This is where the custom pages are stored. It is advised that all custom files should be stored in the custom folder (and project) in a similar directory structure as that of officeclip. The value here is relative to the officeclip virtual directory folder.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string CustomXml { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property CustomXml As String
Visual C++
public:
static property String^ CustomXml {
	String^ get ();
}

See Also