Click or drag to resize

Document Constructor

Creates a new instance of the document class.

Namespace:  CADSharpTools.Core.Models
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public Document(
	int id,
	int folderID,
	string localPath = ""
)

Parameters

id
Type: SystemInt32
Id
folderID
Type: SystemInt32
ID of the parent folder
localPath (Optional)
Type: SystemString
Local path
See Also