You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Shared.DC.Enums Namespace > Structs, Records, Enums > Ofcas.Lk.Api.Shared.DC.Enums.ProjectCenterImportType Enumeration
Ofcas.Lk.Api.Shared.DC.Enums.ProjectCenterImportType Enumeration
Close
Ofcas.Lk.Api.Client - Version 3.0
Ofcas.Lk.Api.Shared.DC.Enums.ProjectCenterImportType Enumeration

Defines possible types to make an import over the interface ProjectCenter

Syntax
C#
public enum ProjectCenterImportType : byte { NotSupported = 0, Project = 1 }
Members
Description
NotSupported = 0
Default-Type
Project = 1
Imports a project from xml content. The format is specified in "Public API Documentation" (Confluence). It is possible to create a new project or make an update, if the project allready exist.
Copyright © 2019. All rights reserved.