Click or drag to resize
SiteExportSettingsSelectGlobalObjects Method
Selects the exported objects by their name prefixes

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public void SelectGlobalObjects(
	IEnumerable<string> objectTypes,
	string codeNamePrefix,
	int resourceId = 0
)

Parameters

objectTypes
Type: System.Collections.GenericIEnumerableString
Object types, if null, includes all object types
codeNamePrefix
Type: SystemString
Code name prefix
resourceId (Optional)
Type: SystemInt32
Module ID to select objects that may be assigned to a module
See Also