Share via


FormBuildWindowControl.cacheDataMethod Method

Definition

Overloads

cacheDataMethod()
cacheDataMethod(Int32)

cacheDataMethod()

public:
 virtual int cacheDataMethod();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int cacheDataMethod ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member cacheDataMethod : unit -> int
override this.cacheDataMethod : unit -> int
Public Overridable Function cacheDataMethod () As Integer

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

cacheDataMethod(Int32)

public:
 virtual int cacheDataMethod(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int cacheDataMethod (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member cacheDataMethod : int -> int
override this.cacheDataMethod : int -> int
Public Overridable Function cacheDataMethod (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to