BCRepositoryGetCreatableFolderTypes Method |
Returns the collection of folder types that are creatable in the specified folder.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCReadOnlyCollection<BCFolderType> GetCreatableFolderTypes(
BCFolder folder,
out bool allowNoType
)
Public Function GetCreatableFolderTypes (
folder As BCFolder,
<OutAttribute> ByRef allowNoType As Boolean
) As BCReadOnlyCollection(Of BCFolderType)
Parameters
- folder
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolder
The folder in which returned types are creatable.
- allowNoType
- Type: SystemBoolean
A value indicating whether a folder with no type is creatable.
Return Value
Type:
BCReadOnlyCollectionBCFolderType
The collection of folder types that are creatable in the specified folder.
See Also