ISchemaManagerAssetSchemaById Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IAssetSchema AssetSchemaById(
string uniqueID
)
Function AssetSchemaById (
uniqueID As String
) As IAssetSchema
IAssetSchema^ AssetSchemaById(
String^ uniqueID
)
abstract AssetSchemaById :
uniqueID : string -> IAssetSchema
Parameters
- uniqueID
- Type: SystemString
[Missing <param name="uniqueID"/> documentation for "M:Ingeniux.CMS.ISchemaManager.AssetSchemaById(System.String)"]
Return Value
Type:
IAssetSchema[Missing <returns> documentation for "M:Ingeniux.CMS.ISchemaManager.AssetSchemaById(System.String)"]
See Also