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