Interface ICatalogueProfile
Defines a catalogue section profile from its unique string identifier.
See Glossary
Inherited Members
Namespace: Oasys.Profiles
Assembly: cs.temp.dll.dll
Syntax
public interface ICatalogueProfile : IProfile
Remarks
ICatalogueProfile inherits IProfile.
Methods
Create(String)
Creates a new ICatalogueProfile profile from its unique string description. Valid strings can be found using the section profile helper dialog within the AdSec application.
Declaration
static ICatalogueProfile Create(string description)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | description | The profile's description. |
Returns
| Type | Description |
|---|---|
| ICatalogueProfile | A catalogue section profile with the specified description. |
Examples
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentException | When the description string is invalid. |