public final class UrlRestriction
extends com.aspose.html.internal.ms.System.Enum
This enum represents restriction applied to URLs of processed resources.
Modifier and Type | Field and Description |
---|---|
static int |
None
All resources are processed.
|
static int |
RootAndSubFolders
Only resources located in the root and sub folders are processed.
|
static int |
SameHost
Only resources located in the same host are processed.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final int RootAndSubFolders
Only resources located in the root and sub folders are processed.
public static final int SameHost
Only resources located in the same host are processed.
public static final int None
All resources are processed.