Generate a check out node

Namespace: Contracts.Reports
Assembly: Contracts (in Contracts.dll)

Public Shared Sub GenerateCheckoutNode( _ 
ByVal doc As XmlDocument, _ 
ByVal checkout_node As XmlElement, _ 
ByVal file_info As CheckOutInfo
)
This language is not supported or no code example is available.
public static void GenerateCheckoutNode( 
XmlDocument doc
XmlElement checkout_node
CheckOutInfo file_info 
)
This language is not supported or no code example is available.
public:  
static void GenerateCheckoutNode( 
XmlDocument^ doc
XmlElement^ checkout_node
CheckOutInfo^ file_info 
)
This language is not supported or no code example is available.
public static function GenerateCheckoutNode( 
doc : XmlDocument
checkout_node : XmlElement
file_info : CheckOutInfo 
);
This language is not supported or no code example is available.

Parameters

doc
Type: XmlDocument

<default>

checkout_node
Type: XmlElement

<default>

file_info
Type: CheckOutInfo

<default>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1