Click or drag to resize
ForumAttachmentInfo Constructor (String, Int32, Int32, Int32)
Constructor - Creates a new ForumAttachment object based on the file posted through the upload control.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public ForumAttachmentInfo(
	string filePath,
	int maxWidth,
	int maxHeight,
	int maxSideSize
)

Parameters

filePath
Type: SystemString
Path to the file
maxWidth
Type: SystemInt32
Maximal image width
maxHeight
Type: SystemInt32
Maximal image height
maxSideSize
Type: SystemInt32
Maximal side size
See Also