 | BBISHomePageDeleteLayout Method |
Delete a 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 DeleteLayout(
string layoutname
)
Public Shared Sub DeleteLayout (
layoutname As String
)
public:
static void DeleteLayout(
String^ layoutname
)
Parameters
- layoutname
- Type: SystemString
The layout name to remove
See Also