PersonaContactHistoryInfoProviderBulkInsert Method |
Bulk inserts the given personaContactHistoryObjects.
Namespace: CMS.PersonasAssembly: CMS.Personas (in CMS.Personas.dll) Version: 13.0.131
Syntax public static void BulkInsert(
IEnumerable<PersonaContactHistoryInfo> personaContactHistoryObjects
)
Parameters
- personaContactHistoryObjects
- Type: System.Collections.GenericIEnumerablePersonaContactHistoryInfo
Objects to be bulk inserted
See Also