2022 Method
Changes 0
M

ExternalResourceReference.IsValidReference

Description:
Checks whether the reference is in a valid format.
Remarks:
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.
This function does not check whether the resource exists on the server.
public bool IsValidReference(
	ExternalResourceType resourceType
)
Return Value bool True if this is a valid ExternalResourceReference. False otherwise.