 | BBISHomePageNewLayout Method |
Create a new layout
Namespace: Blackbaud.UAT.Core.Bbis.PagesAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void NewLayout(
string Layoutname,
string Description
)
Public Shared Sub NewLayout (
Layoutname As String,
Description As String
)
public:
static void NewLayout(
String^ Layoutname,
String^ Description
)
Parameters
- Layoutname
- Type: SystemString
The name fo the new layout - Description
- Type: SystemString
Description of the new layout
See Also