Show / Hide Table of Contents

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)

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<CollectionSearchMode>(CollectionSearchMode)
  • Edit this page
  • View Source
In this article
  • Fields
  • Extension Methods
Back to top Generated by DocFX