BCFolderConfigurableFolder Property |
Note: This API is now obsolete.
Gets the configurable folder of the folder.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [ObsoleteAttribute("This property might be removed from future versions. Use the current instance of the BCFolder class.")]
public BCFolder ConfigurableFolder { get; }
<ObsoleteAttribute("This property might be removed from future versions. Use the current instance of the BCFolder class.")>
Public ReadOnly Property ConfigurableFolder As BCFolder
Get
public:
[ObsoleteAttribute(L"This property might be removed from future versions. Use the current instance of the BCFolder class.")]
property BCFolder^ ConfigurableFolder {
BCFolder^ get ();
}
[<ObsoleteAttribute("This property might be removed from future versions. Use the current instance of the BCFolder class.")>]
member ConfigurableFolder : BCFolder with get
Property Value
Type:
BCFolderRemarks
This property might be removed from future versions.
Use the current instance of the
BCFolder class.
See Also