|
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)
Syntaxpublic Document(
int id,
int folderID,
string localPath = ""
)
Public Sub New (
id As Integer,
folderID As Integer,
Optional localPath As String = ""
)
Parameters
- id
- Type: SystemInt32
Id - folderID
- Type: SystemInt32
ID of the parent folder - localPath (Optional)
- Type: SystemString
Local path
See Also