C# Class ApexLumia.SkyDrive

Datei anzeigen Open project: ApexHAB/apex-lumia

Public Properties

Property Type Description
dataFullName System.Windows.Controls.TextBlock
dataPhoto Image

Public Methods

Method Description
GetProfileData ( ) : void
Login ( string clientid = "000000004C0C610D" ) : void
LoginCompleted ( object sender, Microsoft.Live.Controls.LiveConnectSessionChangedEventArgs e ) : void
LoginCompleted ( object sender, LoginCompletedEventArgs e ) : void
SkyDrive ( ) : System
UploadCompleted ( object sender, LiveOperationCompletedEventArgs args ) : void
clientGetMe_GetCompleted ( object sender, LiveOperationCompletedEventArgs e ) : void
clientGetPicture_GetCompleted ( object sender, LiveOperationCompletedEventArgs e ) : void
uploadFile ( string filename, System file, string skydrivePath = "folder.559920a76be10760.559920A76BE10760!162" ) : void

Method Details

GetProfileData() public method

public GetProfileData ( ) : void
return void

Login() public method

public Login ( string clientid = "000000004C0C610D" ) : void
clientid string
return void

LoginCompleted() public method

public LoginCompleted ( object sender, Microsoft.Live.Controls.LiveConnectSessionChangedEventArgs e ) : void
sender object
e Microsoft.Live.Controls.LiveConnectSessionChangedEventArgs
return void

LoginCompleted() public method

public LoginCompleted ( object sender, LoginCompletedEventArgs e ) : void
sender object
e LoginCompletedEventArgs
return void

SkyDrive() public method

public SkyDrive ( ) : System
return System

UploadCompleted() public method

public UploadCompleted ( object sender, LiveOperationCompletedEventArgs args ) : void
sender object
args LiveOperationCompletedEventArgs
return void

clientGetMe_GetCompleted() public method

public clientGetMe_GetCompleted ( object sender, LiveOperationCompletedEventArgs e ) : void
sender object
e LiveOperationCompletedEventArgs
return void

clientGetPicture_GetCompleted() public method

public clientGetPicture_GetCompleted ( object sender, LiveOperationCompletedEventArgs e ) : void
sender object
e LiveOperationCompletedEventArgs
return void

uploadFile() public method

public uploadFile ( string filename, System file, string skydrivePath = "folder.559920a76be10760.559920A76BE10760!162" ) : void
filename string
file System
skydrivePath string
return void

Property Details

dataFullName public_oe property

public TextBlock,System.Windows.Controls dataFullName
return System.Windows.Controls.TextBlock

dataPhoto public_oe property

public Image dataPhoto
return Image