Struct PdmProjectFolderId
Represents a PDM project folder identifier.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 9, 0, 0)]
public struct PdmProjectFolderId
Remarks
This structure is available since v7.9.
Constructors
| Name | Description |
|---|---|
| PdmProjectFolderId(string) | Initializes a new instance of the PdmProjectFolderId structure. |
Fields
| Name | Description |
|---|---|
| Empty | Empty identifier. |
Properties
| Name | Description |
|---|---|
| Id | Gets the PDM project folder identifier. |
| IsEmpty | Tells whether the identifier is empty. |