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