Click or drag to resize
GeneratedFromAttribute Constructor
Constructor

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
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