Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the SharePointMappingContent class.
 /// </summary>
 /// <param name="method">Possible values include: 'Combine', 'Promote',
 /// 'AttachAsChild'</param>
 public SharePointMappingContent(SharePointObject source, SharePointObject destination, string method)
 {
     Source      = source;
     Destination = destination;
     Method      = method;
     CustomInit();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the FSMappingContent class.
 /// </summary>
 public FSMappingContent(FSPath source, SharePointObject destination)
 {
     Source      = source;
     Destination = destination;
     CustomInit();
 }