SPUtility.FormatStringWithListType method
Format a string by inserting the name of a list type.
Overload list
Name | Description | |
---|---|---|
FormatStringWithListType(String, SPList) | Format a string by inserting the name that corresponds to a list’s SPBaseType. | |
FormatStringWithListType(String, SPList, Boolean) | Format a string by inserting the name that corresponds to a list’s SPBaseType, optionally converting the type name to lowercase. |
Top