 | SandcastleProjectNamingMethod Property |
This is used to get or set the naming method used to generate the help topic filenames
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntaxpublic NamingMethod NamingMethod { get; set; }Public Property NamingMethod As NamingMethod
Get
Set
public:
property NamingMethod NamingMethod {
NamingMethod get ();
void set (NamingMethod value);
}member NamingMethod : NamingMethod with get, set
Property Value
Type:
NamingMethodThe default is to use GUID values as the filenames
See Also