|  | PledgeDialogSplitDesignationsEvenly Method | 
            Split pledge evenly among the provided designations.
            
 
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void SplitDesignationsEvenly(
	Table designations
)
Public Shared Sub SplitDesignationsEvenly ( 
	designations As Table
)
public:
static void SplitDesignationsEvenly(
	Table^ designations
)
Parameters
- designations
- Type: Table
 Table where each row represents a designation to add.  
            A row is a mapping of the 'Split designations' grid's column captions to the row's values.
 See Also
See Also