SchemaDesignerServicesGetSchemaComponentEmbeds Method
|
[Missing <summary> documentation for "M:IngeniuxCMService.SchemaDesignerServices.GetSchemaComponentEmbeds(IngeniuxCMService.SchemaPagesGetInput)"]
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntaxpublic XHRServiceResponseGeneric<SchemaComponentEmbeds> GetSchemaComponentEmbeds(
SchemaPagesGetInput data
)
Public Function GetSchemaComponentEmbeds (
data As SchemaPagesGetInput
) As XHRServiceResponseGeneric(Of SchemaComponentEmbeds)
public:
virtual XHRServiceResponseGeneric<SchemaComponentEmbeds^>^ GetSchemaComponentEmbeds(
SchemaPagesGetInput^ data
) sealed
abstract GetSchemaComponentEmbeds :
data : SchemaPagesGetInput -> XHRServiceResponseGeneric<SchemaComponentEmbeds>
override GetSchemaComponentEmbeds :
data : SchemaPagesGetInput -> XHRServiceResponseGeneric<SchemaComponentEmbeds> Parameters
- data
- Type: SchemaPagesGetInput
[Missing <param name="data"/> documentation for "M:IngeniuxCMService.SchemaDesignerServices.GetSchemaComponentEmbeds(IngeniuxCMService.SchemaPagesGetInput)"]
Return Value
Type:
XHRServiceResponseGenericSchemaComponentEmbeds[Missing <returns> documentation for "M:IngeniuxCMService.SchemaDesignerServices.GetSchemaComponentEmbeds(IngeniuxCMService.SchemaPagesGetInput)"]
See Also