IIsDataPluginSuggestItem Method

Stator | API Documentation
Suggest a data file/location for the passed in template settings, identifier and basetype
This is used to automatically return a "suggested" data file/location

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

string SuggestItem(
	string templateSettings,
	string identifier,
	string baseType
)

Parameters

templateSettings
Type: SystemString
A string representing the template settings
identifier
Type: SystemString
An identifier for the item being searched
baseType
Type: SystemString
The base type for the item being searched

Return Value

Type: String
A path to the data file/location found as a result of the search
See Also

Reference