ArcGIS Runtime SDK for WPF - Library Reference
WorkspaceFactoryType Enumeration
See Also 
ESRI.ArcGIS.Client.Local Namespace : WorkspaceFactoryType Enumeration

An enumeration of workspace types for working with the dynamic layers capability of the local map service.

Syntax

Visual Basic (Declaration) 
Public Enum WorkspaceFactoryType 
   Inherits System.Enum
C# 
public enum WorkspaceFactoryType : System.Enum 

Remarks

The user executing the application will the same user under which the runtime local server process is started and therefore in the case of Shapefile, FileGDB, or Raster this user must have access to the workspace being referenced. For SDE valid credentials must be provided in order that the runtime local server process can establish a database connection.

Members

MemberDescription
FileGDBWorkspace factory type FileGDB should be used when the workspace being referenced is a file geodatabase.
RasterWorkspace factory type Raster should be used when the workspace being referenced is folder containing one or more raster datasets.
SDEWorkspace factory type SDE should be used when the workspace being referenced is an Enterprise Geodatabase.
ShapefileWorkspace factory type Shapefile should be used when the workspace being referenced is a folder on disk containing one or more Shapefiles.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Local.WorkspaceFactoryType

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.