Class GuiItemType
Contains unique identifiers used by items in Colectica's navigator.
Inheritance
System.Object
GuiItemType
Namespace: Algenta.Colectica.AppModel
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public static class GuiItemType : object
Properties
CheckoutsFolder
Gets the identifier for the CheckoutsFolder type.
Declaration
public static Guid CheckoutsFolder { get; }
Property Value
Type | Description |
---|---|
Guid |
FileRepository
Gets the identifier for the FileRepository type.
Declaration
public static Guid FileRepository { get; }
Property Value
Type | Description |
---|---|
Guid |
Home
Gets the identifier for the CheckoutsFolder type.
Declaration
public static Guid Home { get; }
Property Value
Type | Description |
---|---|
Guid |
LoadingPlaceholder
Gets the identifier for the CheckoutsFolder type.
Declaration
public static Guid LoadingPlaceholder { get; }
Property Value
Type | Description |
---|---|
Guid |
LocalRepository
Gets the identifier for the LocalRepository type.
Declaration
public static Guid LocalRepository { get; }
Property Value
Type | Description |
---|---|
Guid |
NetworkRepository
Gets the identifier for the NetworkRepository type.
Declaration
public static Guid NetworkRepository { get; }
Property Value
Type | Description |
---|---|
Guid |