IIsDataPluginSuggestItemAndReturnItemSettings Method

Stator | API Documentation
Suggest a data file/location for the passed in template settings, identifier and basetype
This will return an item settings string which Stator will persist to the database for the item

Namespace:  Stator.libPublic.DataPlugins
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

string SuggestItemAndReturnItemSettings(
	string templateSettings,
	string identifier,
	string baseType
)

Parameters

templateSettings
Type: SystemString
A string representing the template settings
identifier
Type: SystemString
The identifier for the item being searched
baseType
Type: SystemString
The base type which forms part of the search object

Return Value

Type: String
Item settings string which Stator will persist to the database
See Also

Reference