FileNamingRules.SuggestName (String, String, EntityID, EntityID, Boolean, List<EntityID>, IDatabase) Method
Public Shared Function SuggestName( _
ByVal ext As String, _
ByVal supplied_data As String, _
ByVal folder_id As EntityID, _
ByVal user_id As EntityID, _
ByVal increment_counter As Boolean, _
ByVal rule_ids As List(Of EntityID), _
ByVal db As IDatabase _
) As String
This language is not supported or no code example is available.
Parameters
- ext
- string
the extension
- supplied_data
- string
the supplied data
- folder_id
- EntityID
the folder id
- user_id
- EntityID
the user id
- increment_counter
- bool
whether to increment the counter if the suggestion ends up being a rule that contains a counter
the rule id's to check against, or leave null to check against all possible rules for this file
- db
- IDatabase
the db db
Return Value
stringthe result