Click or drag to resize
GeneratedFromAttribute Constructor
Constructor

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public GeneratedFromAttribute(
	string filePath
)

Parameters

filePath
Type: SystemString
Path to the file within the solution from which the marked class has been generated.
See Also