Enum CollectionSearchMode
Controls what type of collections.
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public enum CollectionSearchMode
Fields
| Name | Description |
|---|---|
| All | Find all collections |
| ExplicitOnly | Find explicit collections only (those specified with Blank Node syntax) |
| ImplicitOnly | Find implicit collections only (those using rdf:first and rdf:rest) |