DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / RestfulResponse Class / ResolveInternalUris Method
If true, then an exception is thrown if any items cannot be found

In This Topic
    ResolveInternalUris Method
    In This Topic
    Validate all URI related to Bulk Data
    Syntax
    'Declaration
     
    
    Public Sub ResolveInternalUris( _
       ByVal RequireAllData As System.Boolean _
    ) 
    public void ResolveInternalUris( 
       System.bool RequireAllData
    )

    Parameters

    RequireAllData
    If true, then an exception is thrown if any items cannot be found
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also