SchemaDesignerServicesGetSchemaComponentEmbeds Method
|
[Missing <summary> documentation for "M:IngeniuxCMService.SchemaDesignerServices.GetSchemaComponentEmbeds(IngeniuxCMService.SchemaPagesGetInput)"]
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
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 SchemaPagesGetInput
[Missing <param name="data"/> documentation for "M:IngeniuxCMService.SchemaDesignerServices.GetSchemaComponentEmbeds(IngeniuxCMService.SchemaPagesGetInput)"]
Return Value
XHRServiceResponseGenericSchemaComponentEmbeds[Missing <returns> documentation for "M:IngeniuxCMService.SchemaDesignerServices.GetSchemaComponentEmbeds(IngeniuxCMService.SchemaPagesGetInput)"]
See Also