AssetManipulatedStreamCreateObjRef Method
|
Namespace: Ingeniux.CMS.AssetContentAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic 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
[Missing <param name="requestedType"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.CreateObjRef(System.Type)"]
Return Value
ObjRef[Missing <returns> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.CreateObjRef(System.Type)"]
See Also