ISchemaManagerAssetSchemaByFriendlyName Method
|
Retrieves a
asset schema by its friendly name.
Friendly names are unique to a schema's collection.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIAssetSchemaBasic AssetSchemaByFriendlyName(
string friendlyName
)
Function AssetSchemaByFriendlyName (
friendlyName As String
) As IAssetSchemaBasic
IAssetSchemaBasic^ AssetSchemaByFriendlyName(
String^ friendlyName
)
abstract AssetSchemaByFriendlyName :
friendlyName : string -> IAssetSchemaBasic Parameters
- friendlyName String
- The schema's friendly name
Return Value
IAssetSchemaBasicAsset schema with matching friendly name. Returns null if the friendly name doesn't exist.
See Also