DecodeName
Applies to: SharePoint Foundation 2010
Decodes the property name according to XML encoding conventions for XML identifiers.
HRESULT DecodeName(
LPCSTR sz, LPSTR szOut,
int *pcchOut
);
Parameters
sz
[in] The value of the Name attribute of a Field tag in the list schema.
szOut
[out] The name of a corresponding property in the property bag.
pcchOut
[in,out]
Remarks
This method uses the list schema that is returned by the GetSchemaXml method to map the name of a field on the list to the name of a property in the property bag.