コード例 #1
0
 public static string GenerateContentBlock(string contentSourceId, string blockId, string content, ISmartContent sContent)
 {
     return(SmartContentInsertionHelper.GenerateContentBlock(contentSourceId, blockId, content, sContent, null));
 }
コード例 #2
0
 public static string GenerateContentBlock(string contentSourceId, string blockId, string content, IExtensionData exData)
 {
     return(SmartContentInsertionHelper.GenerateContentBlock(contentSourceId, blockId, content, (ISmartContent) new SmartContent(exData), null));
 }