AssetManipulatedStreamCreateObjRef Method
|
Namespace:
Ingeniux.CMS.AssetContent
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public override ObjRef CreateObjRef(
Type requestedType
)
Public Overrides Function CreateObjRef (
requestedType As Type
) As ObjRef
public:
virtual ObjRef^ CreateObjRef(
Type^ requestedType
) override
abstract CreateObjRef :
requestedType : Type -> ObjRef
override CreateObjRef :
requestedType : Type -> ObjRef
Parameters
- requestedType
- Type: SystemType
[Missing <param name="requestedType"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.CreateObjRef(System.Type)"]
Return Value
Type:
ObjRef[Missing <returns> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.CreateObjRef(System.Type)"]
See Also