Click or drag to resize
TmplItemXMLReadFile Method (String, Boolean, Cache, String, FormContext)

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

Read TmplItem form XML file

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public static TmplItem XMLReadFile(
	string filename,
	bool resolveInclude,
	Cache cache,
	string configurationName,
	FormContext formContext
)

Parameters

filename
Type: SystemString
XML file name
resolveInclude
Type: SystemBoolean
Wheter the include files should be resolved so that the TmplItems defines in these files become part of the loaded TmplItem tree
cache
Type: System.Web.CachingCache

[Missing <param name="cache"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.XMLReadFile(System.String,System.Boolean,System.Web.Caching.Cache,System.String,CSC.SC.TOPICA4.Template.FormContext)"]

configurationName
Type: SystemString

[Missing <param name="configurationName"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.XMLReadFile(System.String,System.Boolean,System.Web.Caching.Cache,System.String,CSC.SC.TOPICA4.Template.FormContext)"]

formContext
Type: CSC.SC.TOPICA4.TemplateFormContext

[Missing <param name="formContext"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.XMLReadFile(System.String,System.Boolean,System.Web.Caching.Cache,System.String,CSC.SC.TOPICA4.Template.FormContext)"]

Return Value

Type: TmplItem

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.XMLReadFile(System.String,System.Boolean,System.Web.Caching.Cache,System.String,CSC.SC.TOPICA4.Template.FormContext)"]

See Also