Click or drag to resize
Askia

IResourceCollectionCreate Method

Creates a new resource in the collection given its name

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IResource Create(
	string name
)

Parameters

name
Type: SystemString
Name of the resource to create

Return Value

Type: IResource
Returns the newly created resource
See Also