DriveIF.getIdentifier

Gets the identifier of the given kind for drive.

interface DriveIF
string
getIdentifier
(
string kind
)

Parameters

kind string

the kind of identifier to return

Return Value

Type: string

a newly allocated string containing the requested identfier, or NULL if the GDrive doesn't have this kind of identifier.

Meta