Struct PdmProjectFolderId
Represents a PDM project folder identifier.
Inherited Members
Namespace: TopSolid.Pdm.Explorer.Automating
Assembly: TopSolid.Pdm.Explorer.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 11, 300, 80)]
public struct PdmProjectFolderId
Remarks
This structure is available since v7.10.
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. |