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

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