XdmReader.UnparsedEntityPublicId MethodXdmReader.UnparsedEntityPublicId MethodXdmReader::UnparsedEntityPublicId Method

Returns the public identifier of the specified unparsed external entity.

Syntax

Public Function UnparsedEntityPublicId( _
    entityName As String _
) As String
public string UnparsedEntityPublicId(
    string entityName
)
public:
String^ UnparsedEntityPublicId(
    String^ entityName
)
 

Parameters

entityName

Type: System.StringSystem.StringSystem::String^

The name of the entity.

Return Value

Type: System.StringSystem.StringSystem::String^

The public identifier of an unparsed external entity declared in the current document. If no entity with the name specified exists, or if the entity is not an external unparsed entity, or if the entity has no public identifier, null a null reference (Nothing in Visual Basic) nullptr is returned.