DynamicContextSettings.DefaultCollectionURI PropertyDynamicContextSettings.DefaultCollectionURI PropertyDynamicContextSettings::DefaultCollectionURI Property

Gets or sets the default collection URI.

Syntax

Public Property DefaultCollectionURI As AnyUri
        Get
        Set(ByVal value As AnyUri)
public AnyUri DefaultCollectionURI { get; set; }
public:
property AnyUri^ DefaultCollectionURI {
    AnyUri^ get();
    void set(AnyUri^ value);
}
 

Property Value

Type: XmlPrime.AnyUriXmlPrime.AnyUriXmlPrime::AnyUri^

The default collection URI.

Remarks

If this property is not set to null a null reference (Nothing in Visual Basic) nullptr then any calls to fn:collection with no arguments or with an empty argument will be treated as if they had an argument with this URI instead. This effectively allows the default collection to be set to any other collection in the document set.

If this property is set to null a null reference (Nothing in Visual Basic) nullptr then the default collection returned is that resolved by DocumentSetDocumentSetDocumentSet.

By default this property is set to null a null reference (Nothing in Visual Basic) nullptr.