TranslationHelperRegisterRecords Method (IListInt32, String, String, String) |
Registers the records from the given list.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public void RegisterRecords(
IList<int> objectIDs,
string objectType,
string siteName,
string[] excludedNames = null
)
Parameters
- objectIDs
- Type: System.Collections.GenericIListInt32
IDs to register - objectType
- Type: SystemString
Object type of the target objects - siteName
- Type: SystemString
Site name - excludedNames (Optional)
- Type: SystemString
Excluded object names
See Also