public final class PathType
extends com.aspose.ms.System.Enum
Define file path type
Modifier and Type | Field and Description |
---|---|
static int |
LocalFolder
Local path of folder
|
static int |
LocalPath
Local path file
|
static int |
NetworkPath
Network file/web resource
|
static int |
Undefined
Undefined reference
|
public static final int Undefined
Undefined reference
public static final int LocalPath
Local path file
public static final int NetworkPath
Network file/web resource
public static final int LocalFolder
Local path of folder
Copyright © 2017. All rights reserved.