Click or drag to resize

CollectionSearchMode Enumeration

Controls what type of collections.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum CollectionSearchMode
Members
  Member nameValueDescription
All0 Find all collections
ExplicitOnly1 Find explicit collections only (those specified with Blank Node syntax)
ImplicitOnly2 Find implicit collections only (those using rdf:first and rdf:rest)
See Also