ExternalResourceReference.IsValidReference
Description:
Checks whether the reference is in a valid format.
Checks whether the reference is in a valid format.
Remarks:
This function checks:
This function checks:
- The server id corresponds to a valid server which implements IExternalResourceServer.
- The server supports the given ExternalResourceType.
- The reference information is well-formed.
public bool IsValidReference(
ExternalResourceType resourceType
)
-
resourceTypeThe type of resource which the ExternalResourceReference should correspond to.
-
A non-optional argument was null