AssetFactoryCreateAssetFolder Method |
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static AssetFolder CreateAssetFolder(
string path
)
Public Shared Function CreateAssetFolder (
path As String
) As AssetFolder
public:
static AssetFolder^ CreateAssetFolder(
String^ path
)
static member CreateAssetFolder :
path : string -> AssetFolder
Parameters
- path
- Type: SystemString
Return Value
Type:
AssetFolder
See Also