TtfNameTable.DeleteRecords

DeleteRecords(PlatformId, ushort, NameId)

Deletes all the records related to passed parameters

public void DeleteRecords(PlatformId platformId, ushort platformSpecificId, NameId nameId)
ParameterTypeDescription
platformIdPlatformIdPlatform identifier
platformSpecificIdUInt16Platform-specific encoding identifier
nameIdNameIdName identifier, logical string category, specified by NameId enumeration

See Also


DeleteRecords(PlatformId, ushort)

Deletes all the records related to platform specified

public void DeleteRecords(PlatformId platformId, ushort platformSpecificId)
ParameterTypeDescription
platformIdPlatformIdPlatform identifier
platformSpecificIdUInt16Platform-specific encoding identifier

See Also


DeleteRecords(PlatformId, ushort, NameId, ushort)

Deletes record(s) related to parameters specified

public void DeleteRecords(PlatformId platformId, ushort platformSpecificId, NameId nameId, 
    ushort languageId)
ParameterTypeDescription
platformIdPlatformIdPlatform identifier
platformSpecificIdUInt16Platform-specific encoding identifier
nameIdNameIdName identifier, logical string category, specified by NameId enumeration
languageIdUInt16Language identifier

See Also