Struct PdmProjectFolderId
Represents a PDM project folder identifier.
Inherited Members
Namespace: TopSolid.Pdm.Explorer.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 11, 300, 80)]
public struct PdmProjectFolderId
Remarks
This structure is available since v7.10.
Constructors
PdmProjectFolderId(String)
Initializes a new instance of the PdmProjectFolderId structure.
Declaration
public PdmProjectFolderId(string pdmProjectFolderId)
Parameters
| Type | Name | Description |
|---|---|---|
| String | pdmProjectFolderId | PDM project folder identifier, or null if empty. |
Fields
Empty
Empty identifier.
Declaration
public static readonly PdmProjectFolderId Empty
Field Value
| Type | Description |
|---|---|
| PdmProjectFolderId |
Properties
Id
Gets the PDM project folder identifier.
Declaration
public readonly string Id { get; }
Property Value
| Type | Description |
|---|---|
| String |
IsEmpty
Tells whether the identifier is empty.
Declaration
public readonly bool IsEmpty { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |