Click or drag to resize
TranslationHelperRegisterRecords Method (String, IListInt32, String, String)
Registers the records from the given ID list.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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